summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0913be72c..3719bbc7c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -56,6 +56,7 @@ else()
56 -Werror=implicit-fallthrough 56 -Werror=implicit-fallthrough
57 -Werror=reorder 57 -Werror=reorder
58 -Wextra 58 -Wextra
59 -Wmissing-declarations
59 -Wno-attributes 60 -Wno-attributes
60 -Wno-unused-parameter 61 -Wno-unused-parameter
61 ) 62 )