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 5848eed commit e0766bfCopy full SHA for e0766bf
cmake/compiler/gcc/settings.cmake
@@ -34,7 +34,8 @@ if(WITH_WARNINGS)
34
-Winvalid-pch
35
-Wfatal-errors
36
-Woverloaded-virtual
37
- -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
38
+ -Wno-maybe-uninitialized) # this warning causes many false positives with std::optional
39
40
message(STATUS "GCC: All warnings enabled")
41
endif()
0 commit comments