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 ffc07e1Copy full SHA for ffc07e1
1 file changed
cmake/configure.cmake
@@ -42,8 +42,6 @@ if(UNIX)
42
set(COMMON_COMPILER_FLAGS
43
"${COMMON_COMPILER_FLAGS} \
44
-Wall -Wextra \
45
- -Wno-unused-parameter \
46
- -Wno-cast-function-type \
47
-Wsign-compare")
48
if(NOT APPLE)
49
0 commit comments