Skip to content

Commit

Permalink
-disable gcc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kamchatka-volcano committed Dec 29, 2024
1 parent 245e98a commit 37edf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"cacheVariables": {
"CMAKE_CXX_COMPILER": "g++",
"CMAKE_C_COMPILER": "gcc",
"CMAKE_CXX_FLAGS" : "-Wall -Wextra -Wpedantic -Werror -Wcast-align -Wnon-virtual-dtor -Woverloaded-virtual -Wunused"
"CMAKE_CXX_FLAGS" : "-Wall -Wextra -Wpedantic -Werror -Wcast-align -Wnon-virtual-dtor -Woverloaded-virtual -Wunused -Wno-nonnull-compare"
}
},
{
Expand Down

0 comments on commit 37edf65

Please sign in to comment.