summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-05-22 19:23:22 +0200
committerAnders Broman <a.broman58@gmail.com>2014-05-23 07:23:42 +0000
commitca97ba0fcb43b093ef91da5901bc64973b2a48c3 (patch)
tree99150dcec4939d917918a1e65f5449c7b04f1dd2 /configure.ac
parent1f265368c4387ccd23d6534b42b7163e5ba6a982 (diff)
downloadwireshark-ca97ba0fcb43b093ef91da5901bc64973b2a48c3.tar.gz
Update comment about -Wunreachable-code and -Wdocumentation
Change-Id: I5b942bdacc5f4a9ecfa084dbff479eba6582b0df Reviewed-on: https://code.wireshark.org/review/1726 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 61dacf8180..e95f758ed3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -815,11 +815,12 @@ AC_ARG_ENABLE(extra-compiler-warnings,
#
AC_WIRESHARK_COMPILER_FLAGS_CHECK(-Wcast-align)
#
- # Some code blocks this for now.
+ # Works only with Clang
#
AC_WIRESHARK_COMPILER_FLAGS_CHECK(-Wunreachable-code)
#
- # Some code blocks this for now.
+ # Works only with Clang but generates a lot of warnings
+ # (about glib library not using Doxygen)
#
AC_WIRESHARK_COMPILER_FLAGS_CHECK(-Wdocumentation)
fi