Skip to content

Commit

Permalink
Update test.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic authored Feb 1, 2025
1 parent cd7ac00 commit b81ed43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

BX_PRAGMA_DIAGNOSTIC_PUSH();
BX_PRAGMA_DIAGNOSTIC_IGNORED_MSVC(4312); // warning C4312 : 'reinterpret_cast' : conversion from 'int' to 'const char *' of greater size
BX_PRAGMA_DIAGNOSTIC_IGNORED_CLANG("-Wno-nan-infinity-disabled");
#include <catch/catch_amalgamated.hpp>
BX_PRAGMA_DIAGNOSTIC_POP();

Expand Down

0 comments on commit b81ed43

Please sign in to comment.