We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c992dac + 8715642 commit 80b1772Copy full SHA for 80b1772
cmake/modules/DispatchCompilerWarnings.cmake
@@ -62,6 +62,7 @@ else()
62
add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wno-unreachable-code-aggressive>)
63
add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wno-unused-macros>)
64
add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wno-used-but-marked-unused>)
65
+ add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wno-void-pointer-to-int-cast>)
66
add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wno-vla>)
67
68
if(CMAKE_SYSTEM_NAME STREQUAL Android)
0 commit comments