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 dbda528ce..a22b564d6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -66,6 +66,7 @@ else()
66 -Wextra 66 -Wextra
67 -Wmissing-declarations 67 -Wmissing-declarations
68 -Wno-attributes 68 -Wno-attributes
69 -Wno-invalid-offsetof
69 -Wno-unused-parameter 70 -Wno-unused-parameter
70 ) 71 )
71 72