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 1d9b397 commit 9d6edb5Copy full SHA for 9d6edb5
CMakeLists.txt
@@ -282,6 +282,7 @@ try_flag(WARNINGS "-W${WARNMODE}old-style-cast")
282
try_flag(WARNINGS "-Woverloaded-virtual")
283
try_flag(WARNINGS "-Wstrict-null-sentinel")
284
try_flag(WARNINGS "-W${WARNMODE}sign-compare")
285
+try_flag(WARNINGS "-Wno-nonnull")
286
287
# MSVC /wd = warning disable
288
try_flag(WARNINGS "/wd4127") # conditional expression is constant
0 commit comments