diff options
Diffstat (limited to 'primedev/pch.h')
-rw-r--r-- | primedev/pch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/primedev/pch.h b/primedev/pch.h index 141995c7..577f803c 100644 --- a/primedev/pch.h +++ b/primedev/pch.h @@ -29,6 +29,8 @@ typedef void (*callable_v)(void* v); #define assert_msg(exp, msg) assert((exp, msg)) //clang-format on +#define NOTE_UNUSED(var) do { (void)var; } while(false) + #include "core/macros.h" #include "core/math/color.h" |