mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Quiet unused-local-typedef warning that appears because of static_assert.
This commit is contained in:
@@ -224,4 +224,7 @@
|
||||
# define BX_WARN(_condition, ...) BX_NOOP()
|
||||
#endif // BX_CHECK
|
||||
|
||||
// static_assert sometimes causes unused-local-typedef...
|
||||
BX_PRAGMA_DIAGNOSTIC_IGNORED_CLANG_GCC("-Wunused-local-typedef")
|
||||
|
||||
#endif // BX_MACROS_H_HEADER_GUARD
|
||||
|
||||
Reference in New Issue
Block a user