Skip to content

Commit

Permalink
1. update annotations
Browse files Browse the repository at this point in the history
2. fix make warnings
  • Loading branch information
ayzk committed Sep 16, 2024
1 parent 18b44fa commit 67be543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
if (MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj")
else() #-Wunused-parameter -Wsign-compare
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-sign-compare -Wno-unused-parameter -Wsuggest-override -Wold-style-cast -Wcast-qual -Wzero-as-null-pointer-constant -Wextra-semi -Wmissing-prototypes -Wnon-virtual-dtor -Wcast-align -Wunused-variable -Wnewline-eof -Wcomma")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-sign-compare -Wno-unused-parameter -Wsuggest-override -Wold-style-cast -Wcast-qual -Wzero-as-null-pointer-constant -Wextra-semi -Wmissing-prototypes -Wnon-virtual-dtor -Wcast-align -Wunused-variable")
endif()
set(default_build_type "Release")
if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
Expand Down

0 comments on commit 67be543

Please sign in to comment.