diff options
author | Gerald Combs <gerald@wireshark.org> | 2015-10-05 12:17:40 -0700 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2015-10-05 19:54:26 +0000 |
commit | eb21b1f8002973a4d152564bb81cafeb16ad84d8 (patch) | |
tree | b0bf151f487dce0036b896c53d861409d5b894ae /CMakeOptions.txt | |
parent | d52322efb3ab782871312950876803334ec018b9 (diff) | |
download | wireshark-eb21b1f8002973a4d152564bb81cafeb16ad84d8.tar.gz wireshark-eb21b1f8002973a4d152564bb81cafeb16ad84d8.tar.bz2 wireshark-eb21b1f8002973a4d152564bb81cafeb16ad84d8.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.txt | 2 |
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) |