aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-10-05 12:17:40 -0700
committerGerald Combs <gerald@wireshark.org>2015-10-05 19:54:26 +0000
commiteb21b1f8002973a4d152564bb81cafeb16ad84d8 (patch)
treeb0bf151f487dce0036b896c53d861409d5b894ae /CMakeOptions.txt
parentd52322efb3ab782871312950876803334ec018b9 (diff)
downloadwireshark-2.0.0rc0.tar.gz
wireshark-2.0.0rc0.tar.bz2
wireshark-2.0.0rc0.zip
Initialize master-2.0.v2.0.0rc0
There is a checklist for all of this. It is sizeable. Change-Id: Ib538ac32a2764753a3f339c8466cac077c470166 Signed-off-by: Gerald Combs <gerald@wireshark.org> Reviewed-on: https://code.wireshark.org/review/10808
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 f986a39364..17caf09b3c 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -18,7 +18,7 @@ option(BUILD_androiddump "Build androiddump" ON)
option(AUTOGEN_dcerpc "Autogenerate DCE RPC dissectors" OFF)
option(AUTOGEN_pidl "Autogenerate pidl dissectors" OFF)
-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)