cmake: disable pedantic warning checks

This commit is contained in:
Kaian 2019-04-08 21:12:43 +02:00
parent e0a5eceda7
commit 29163354ec
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ project(sngrep
set(PROJECT_NAME sngrep)
set(CMAKE_C_FLAGS_DEBUG "-O0 -ggdb -p -g")
add_compile_options(-Wall -pedantic -Wextra)
add_compile_options(-Wall -Wextra)
if (CMAKE_VERSION VERSION_LESS "3.1")
if (CMAKE_C_COMPILER_ID STREQUAL "GNU")