Skip to content

Commit 441c201

Browse files
committed
Fix compiler flags
1 parent 1f5ecf8 commit 441c201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ endif()
7979

8080
if (NOT MSVC)
8181
target_compile_options(${PROJECT_NAME} PRIVATE
82-
-Wno-unknown-warning-option -Wno-missing-field-initializers -Wno-cast-function-type)
82+
-Wno-unknown-warning-option -Wno-sign-compare)
8383
endif()
8484

8585
# +-------------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)