We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965a288 commit b1aafbaCopy full SHA for b1aafba
CMake/Settings.cmake
@@ -17,6 +17,13 @@ set(COMPILER_FLAGS
17
-pedantic
18
-Wpedantic
19
-Wunused
20
+ # FIXME: The following bunch are needed for gcc12 atm.
21
+ -Wno-missing-requires
22
+ -Wno-restrict
23
+ -Wno-null-dereference
24
+ -Wno-maybe-uninitialized
25
+ -Wno-unknown-warning-option # and this to work with clang
26
+ # TODO: Address these and others in https://github.com/XRPLF/clio/issues/1273
27
)
28
29
#TODO: reenable when we change CI #884
0 commit comments