Skip to content

Commit ffc07e1

Browse files
committed
Enabled previously disabled -Wno-unused-parameter and -Wno-cast-function-type warnings
1 parent f427e49 commit ffc07e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/configure.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ if(UNIX)
4242
set(COMMON_COMPILER_FLAGS
4343
"${COMMON_COMPILER_FLAGS} \
4444
-Wall -Wextra \
45-
-Wno-unused-parameter \
46-
-Wno-cast-function-type \
4745
-Wsign-compare")
4846
if(NOT APPLE)
4947
set(COMMON_COMPILER_FLAGS

0 commit comments

Comments
 (0)