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 6ae053a commit dd58d5eCopy full SHA for dd58d5e
cmake/compiler/clang/settings.cmake
@@ -48,7 +48,8 @@ if(WITH_WARNINGS)
48
-Winit-self
49
-Wfatal-errors
50
-Wno-mismatched-tags
51
- -Woverloaded-virtual)
+ -Woverloaded-virtual
52
+ -Wno-missing-field-initializers) # this warning is useless when combined with structure members that have default initializers
53
54
message(STATUS "Clang: All warnings enabled")
55
endif()
0 commit comments