From f456a6e0a5956722cf6f45af57b177470d7e7f7a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 20 Apr 2014 16:22:10 -0700 Subject: Get rid of ENABLE_EXTRA_CLANG_CHECKS. It no longer does anything, and it refers to variables that no longer exist, as we're not distinguishing between extra GCC warning flags and extra CLang warning flags any more. Change-Id: If0b346f669f2573e46261e6da4dc78e96ef79a8f Reviewed-on: https://code.wireshark.org/review/1228 Reviewed-by: Guy Harris --- CMakeOptions.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeOptions.txt') diff --git a/CMakeOptions.txt b/CMakeOptions.txt index d1cf4d926c..5d6cb809d6 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -18,7 +18,6 @@ option(AUTOGEN_pidl "Autogenerate pidl dissectors" OFF) option(DISABLE_WERROR "Do not treat Warnings as errors" OFF) option(ENABLE_EXTRA_GCC_CHECKS "Do additional -W checks in GCC (disables -Werror)" OFF) -option(ENABLE_EXTRA_CLANG_CHECKS "Do additional -W checks in Clang (disables -Werror)" OFF) option(ENABLE_GTK3 "Use GTK3 instead of GTK2 to build wireshark" ON) option(ENABLE_QT5 "Use Qt5 instead of Qt4 to build qtshark" ON) option(ENABLE_PCAP "Enable libpcap support (required for capturing)" ON) -- cgit v1.2.3