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 9807e9d commit 8719b30Copy full SHA for 8719b30
cmake/compiler/gcc/settings.cmake
@@ -35,7 +35,8 @@ if(WITH_WARNINGS)
35
-Winvalid-pch
36
-Wfatal-errors
37
-Woverloaded-virtual
38
- -Wno-missing-field-initializers) # this warning is useless when combined with structure members that have default initializers
+ -Wno-missing-field-initializers # this warning is useless when combined with structure members that have default initializers
39
+ -Wno-maybe-uninitialized) # this warning causes many false positives with std::optional
40
41
message(STATUS "GCC: All warnings enabled")
42
endif()
0 commit comments