summaryrefslogtreecommitdiff
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-06-02 15:15:51 -0700
committerGerald Combs <gerald@wireshark.org>2017-06-02 22:19:28 +0000
commitb1c9d3bd816ca54c88c44f580c981668978278ae (patch)
tree2c4c270710dfd0d79b56cf48e6c1c03ba69db5a0 /CMakeOptions.txt
parent1420ef3a0e2ae63f039ef3a06143ab8ba2aec7c4 (diff)
downloadwireshark-b1c9d3bd816ca54c88c44f580c981668978278ae.tar.gz
Initialize master-2.4.
Change-Id: If82fbf5eb269e4177d39477c08d6ab29b43a73c0 Reviewed-on: https://code.wireshark.org/review/21904 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 5963ddaa4c..76f09b0efa 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -21,7 +21,7 @@ option(BUILD_randpktdump "Build randpktdump" ON)
option(BUILD_udpdump "Build udpdump" ON)
option(BUILD_sharkd "Build sharkd" ON)
-option(DISABLE_WERROR "Do not treat warnings as errors" OFF)
+option(DISABLE_WERROR "Do not treat warnings as errors" ON)
option(EXTCAP_ANDROIDDUMP_LIBPCAP "Build androiddump using libpcap" OFF)
option(ENABLE_EXTRA_COMPILER_WARNINGS "Do additional compiler warnings (disables -Werror)" OFF)
option(ENABLE_CODE_ANALYSIS "Enable the compiler's static analyzer if possible" OFF)