Skip to content

Commit 49956ed

Browse files
committed
Get rid of garbage warning
1 parent 275cca8 commit 49956ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ include(DaemonFlags)
272272
try_flag(WARNINGS "-Wshadow=local")
273273
try_flag(WARNINGS "-Wno-pragmas")
274274
try_flag(WARNINGS "-Wno-unknown-pragmas")
275+
try_flag(WARNINGS "-Wno-missing-field-initializers")
275276
try_flag(WARNINGS "-W${WARNMODE}old-style-cast")
276277
try_flag(WARNINGS "-Woverloaded-virtual")
277278
try_flag(WARNINGS "-Wstrict-null-sentinel")

0 commit comments

Comments
 (0)