Skip to content

Commit 37edf65

Browse files
-disable gcc warning
1 parent 245e98a commit 37edf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"cacheVariables": {
4949
"CMAKE_CXX_COMPILER": "g++",
5050
"CMAKE_C_COMPILER": "gcc",
51-
"CMAKE_CXX_FLAGS" : "-Wall -Wextra -Wpedantic -Werror -Wcast-align -Wnon-virtual-dtor -Woverloaded-virtual -Wunused"
51+
"CMAKE_CXX_FLAGS" : "-Wall -Wextra -Wpedantic -Werror -Wcast-align -Wnon-virtual-dtor -Woverloaded-virtual -Wunused -Wno-nonnull-compare"
5252
}
5353
},
5454
{

0 commit comments

Comments
 (0)