Skip to content

Commit d05a349

Browse files
committed
Merge branch 'master' into for-0.56.0/sync
2 parents f212ddf + fd758d7 commit d05a349

File tree

15 files changed

+1096
-863
lines changed

15 files changed

+1096
-863
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)