Trun on -Wused-but-marked-unused but only as warning, never as error.

(possibly clang only)

Change-Id: I014b8f069515af6128177dfc5813380db445957c
Reviewed-on: https://code.wireshark.org/review/14686
Petri-Dish: Jörg Mayer <jmayer@loplof.de>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
This commit is contained in:
Joerg Mayer 2016-03-28 22:25:56 +02:00 committed by Jörg Mayer
parent e6c54017a7
commit 9f40a75bbb
1 changed files with 3 additions and 0 deletions

View File

@ -348,8 +348,11 @@ else()
-Wpointer-arith
-Warray-bounds
-Wformat-security
-Wused-but-marked-unused
-Wno-error=used-but-marked-unused
-fwrapv
-fno-strict-overflow
# -ferror-limit=0
-Wvla
-Waddress
-Wattributes