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>
This commit is contained in:
João Valverde 2018-09-11 00:05:14 +01:00 committed by João Valverde
parent 0d2c284744
commit 23c106b86c
1 changed files with 3 additions and 2 deletions

View File

@ -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
)
#