We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b605673 commit de64bfaCopy full SHA for de64bfa
tests/CMakeLists.txt
@@ -11,7 +11,7 @@ if (NOT CMAKE_BUILD_TYPE)
11
endif()
12
13
add_definitions(-D_GNU_SOURCE)
14
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11 -Werror -Wno-format -Wno-int-to-void-pointer-cast -Wno-int-to-pointer-cast -Wunused-parameter")
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11 -Werror -Wno-format -Wno-int-to-pointer-cast -Wunused-parameter")
15
set(CMAKE_C_FLAGS_DEBUG "-O0 -ggdb")
16
set(CMAKE_C_FLAGS_RELEASE "-O3")
17
0 commit comments