mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Removed fatal warnings.
This commit is contained in:
@@ -46,7 +46,7 @@ project "bx.test"
|
|||||||
debugdir (path.join(BX_DIR, "tests"))
|
debugdir (path.join(BX_DIR, "tests"))
|
||||||
|
|
||||||
flags {
|
flags {
|
||||||
"FatalWarnings",
|
-- "FatalWarnings",
|
||||||
}
|
}
|
||||||
|
|
||||||
removeflags {
|
removeflags {
|
||||||
|
|||||||
@@ -10,8 +10,7 @@
|
|||||||
|
|
||||||
BX_PRAGMA_DIAGNOSTIC_PUSH();
|
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_MSVC(4312); // warning C4312 : 'reinterpret_cast' : conversion from 'int' to 'const char *' of greater size
|
||||||
BX_PRAGMA_DIAGNOSTIC_IGNORED_CLANG("-Wno-unknown-warning-option");
|
//BX_PRAGMA_DIAGNOSTIC_IGNORED_CLANG("-Wnan-infinity-disabled");
|
||||||
BX_PRAGMA_DIAGNOSTIC_IGNORED_CLANG("-Wno-nan-infinity-disabled");
|
|
||||||
#include <catch/catch_amalgamated.hpp>
|
#include <catch/catch_amalgamated.hpp>
|
||||||
BX_PRAGMA_DIAGNOSTIC_POP();
|
BX_PRAGMA_DIAGNOSTIC_POP();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user