Skip to content

Commit bb0d832

Browse files
committed
Fix compiler flags (part 2)
1 parent 441c201 commit bb0d832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-sign-compare)
82+
-Wno-unknown-warning-option -Wno-missing-field-initializers -Wno-cast-function-type -Wno-sign-compare)
8383
endif()
8484

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

0 commit comments

Comments
 (0)