diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9db60947..93592c3c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -866,7 +866,6 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/.devel OR EXISTS ${CMAKE_BINARY_DIR}/.devel) check_and_add_compiler_option(-Wall) check_and_add_compiler_option(-Wassign-enum) check_and_add_compiler_option(-Wcast-qual) - check_and_add_compiler_option(-Wdeclaration-after-statement) check_and_add_compiler_option(-Wmissing-prototypes) check_and_add_compiler_option(-Wold-style-definition) check_and_add_compiler_option(-Wpedantic) |