aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2018-09-11 00:05:14 +0100
committerJoão Valverde <j@v6e.pt>2018-09-10 23:07:08 +0000
commit23c106b86c765bd1cc47591e20cebebd537c13b0 (patch)
treebe1fa2cfe74ecbb6c35acd5faf0191d95608dba8
parent0d2c284744d2f971a2cd4558136214eb20860bdc (diff)
Fix the build on the OSX buildbot
Change-Id: Ia3efd8d4fb002cffadeb86620eea4bdceb1357b6 Reviewed-on: https://code.wireshark.org/review/29584 Reviewed-by: João Valverde <j@v6e.pt>
-rw-r--r--CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5d4d940b35..2548c24482 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -490,8 +490,9 @@ else() # ! MSVC
-Wno-overlength-strings
-Wno-long-long
-Wheader-guard
- -Wcomma
- -Wshorten-64-to-32
+ # XXX: Remove -Wno-error once the build is clean on our buildbots
+ -Wcomma -Wno-error=comma
+ -Wshorten-64-to-32 -Wno-error=shorten-64-to-32
)
#