Skip to content

Commit b6bd351

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/configure.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ if(UNIX)
4343
"${COMMON_COMPILER_FLAGS} \
4444
-Wall -Wextra \
4545
-Wno-unused-parameter \
46-
-Wno-cast-function-type \
4746
-Wsign-compare")
4847
if(NOT APPLE)
4948
set(COMMON_COMPILER_FLAGS

0 commit comments

Comments
 (0)