We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Wno-unused-parameter
-Wno-cast-function-type
1 parent f427e49 commit b6bd351Copy full SHA for b6bd351
1 file changed
cmake/configure.cmake
@@ -43,7 +43,6 @@ if(UNIX)
43
"${COMMON_COMPILER_FLAGS} \
44
-Wall -Wextra \
45
-Wno-unused-parameter \
46
- -Wno-cast-function-type \
47
-Wsign-compare")
48
if(NOT APPLE)
49
set(COMMON_COMPILER_FLAGS
0 commit comments