We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5ecf8 commit 441c201Copy full SHA for 441c201
CMakeLists.txt
@@ -79,7 +79,7 @@ endif()
79
80
if (NOT MSVC)
81
target_compile_options(${PROJECT_NAME} PRIVATE
82
- -Wno-unknown-warning-option -Wno-missing-field-initializers -Wno-cast-function-type)
+ -Wno-unknown-warning-option -Wno-sign-compare)
83
endif()
84
85
# +-------------------------------------------------------------------------------------------------------+
0 commit comments