aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-03-31 07:04:06 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-03-31 07:05:00 +0000
commit7fbf2591b7e845194c344cf8d7b9f372bca89f77 (patch)
tree5b20cd012faa27fc8961207c780abf11b4420494
parentfda0bafeb842f77059bce6aa3aa5cabd04f8457d (diff)
Revert "Trun on -Wused-but-marked-unused but only as warning, never as error. (possibly clang only)"
This reverts commit 9f40a75bbb9ea8e205bf0ebf9f0651971417cd6e. Change-Id: I4361f1101077643d10a86237e256ba28ed180a66 Reviewed-on: https://code.wireshark.org/review/14721 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bfb33bd01d..cd288e208c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -348,11 +348,8 @@ 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