We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a8c16 commit caec770Copy full SHA for caec770
cmake/configure.cmake
@@ -51,7 +51,8 @@ if(UNIX)
51
-Wnull-dereference
52
-Wformat=2
53
-Wmissing-declarations
54
- -Wno-c11-extensions)
+ -Wno-c11-extensions
55
+ -Wno-cast-function-type)
56
endif(NOT APPLE)
57
add_compile_options($<$<COMPILE_LANGUAGE:C>:-Wold-style-definition>)
58
add_compile_options($<$<COMPILE_LANGUAGE:C>:-Wmissing-prototypes>)
0 commit comments