Add unused macro

This commit is contained in:
2023-11-08 05:38:18 +01:00
parent b5206af3f3
commit 4e235251a6

View File

@@ -26,4 +26,6 @@ typedef double f64;
#define BZ_ASSERT(e) (void)(e)
#endif
#define BZ_UNUSED(x) (void)(x)
#endif //BREEZE_DEFINES_H