aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-25 00:28:26 +0000
committerJoão Valverde <j@v6e.pt>2016-03-25 00:32:56 +0000
commit4440da9cae829ef76badd5b2fc8a273fcd79298e (patch)
tree484a7efba80eee3eed8243832a4ddca6afa7e67c /CMakeLists.txt
parentb561db6d6dcb6abc89a9c4796c9809162f8e8ae3 (diff)
Remove -W from compiler warnings
Change-Id: I6d1aeab4fd9dce9b7a9804ac9099d318a2b434d2 Reviewed-on: https://code.wireshark.org/review/14622 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 c33f58592a..08d805480b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -343,7 +343,6 @@ else()
# The following are for C and C++
# -O<X> and -g get set by the CMAKE_BUILD_TYPE
-Wall
- -W
-Wextra
-Wendif-labels
-Wpointer-arith