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 275cca8 commit 49956edCopy full SHA for 49956ed
CMakeLists.txt
@@ -272,6 +272,7 @@ include(DaemonFlags)
272
try_flag(WARNINGS "-Wshadow=local")
273
try_flag(WARNINGS "-Wno-pragmas")
274
try_flag(WARNINGS "-Wno-unknown-pragmas")
275
+try_flag(WARNINGS "-Wno-missing-field-initializers")
276
try_flag(WARNINGS "-W${WARNMODE}old-style-cast")
277
try_flag(WARNINGS "-Woverloaded-virtual")
278
try_flag(WARNINGS "-Wstrict-null-sentinel")
0 commit comments