We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1190d6 commit f9dfd63Copy full SHA for f9dfd63
1 file changed
tests/CMakeLists.txt
@@ -49,6 +49,9 @@ target_compile_options(test_main PUBLIC
49
# https://github.com/nlohmann/json/issues/1114
50
$<$<CXX_COMPILER_ID:MSVC>:/bigobj> $<$<BOOL:${MINGW}>:-Wa,-mbig-obj>
51
52
+ # https://github.com/nlohmann/json/pull/3229
53
+ $<$<CXX_COMPILER_ID:Intel>:-diag-disable=2196>
54
+
55
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-deprecated;-Wno-float-equal>
56
$<$<CXX_COMPILER_ID:GNU>:-Wno-deprecated-declarations>
57
)
0 commit comments