We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cast-function-type-mismatch
1 parent 542b7f3 commit 1990f4eCopy full SHA for 1990f4e
cmake/modules/DispatchCompilerWarnings.cmake
@@ -77,4 +77,8 @@ else()
77
add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wno-shorten-64-to-32>)
78
endif()
79
add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wno-error=assign-enum>)
80
+
81
+ # Should re-enable after rdar://133498289 is fixed (ie. fixing the one mismatched cast in apply.c)
82
+ add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wno-cast-function-type-mismatch>)
83
+ add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wno-error=unknown-warning-option>)
84
0 commit comments