aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-15 01:37:06 +0000
committerJoão Valverde <j@v6e.pt>2016-04-07 18:03:50 +0000
commit71f2b6e1b4a7d011c55441decbc4a1ec27d9bd9c (patch)
treef16504dccc60fa28d88f1f20e719e85bd4390fa1 /CMakeLists.txt
parenta90c5ef6e2223ecfb02932d9233403591e28aebc (diff)
Remove -Warray-bounds, it is enabled by default with -Wall
Change-Id: If2041c66ccdf8a975d660524c793d45aa9f80623 Reviewed-on: https://code.wireshark.org/review/14852 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 28407e5f22..1722044a7a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -346,7 +346,6 @@ else()
-Wextra
-Wendif-labels
-Wpointer-arith
- -Warray-bounds
-Wformat-security
-fwrapv
-fno-strict-overflow