aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-10-16 18:40:13 +0000
committerGerald Combs <gerald@wireshark.org>2013-10-16 18:40:13 +0000
commitfe5529980670c1ca7664d83ffc12e63e77174020 (patch)
tree8b83d03a3c574c0974bbbcf5b8a4486329336d78 /configure.ac
parent09066e4ebaca66b7ab76565f556cd27c205c12dd (diff)
Don't bother checking for clang, just add -Qunused-arguments to the
compiler flags checks. svn path=/trunk/; revision=52649
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index eb73e98187..560dc0ec19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -829,9 +829,7 @@ AC_WIRESHARK_COMPILER_FLAGS_CHECK(-Wwrite-strings)
AC_WIRESHARK_COMPILER_FLAGS_CHECK(-Wno-long-long)
AC_WIRESHARK_COMPILER_FLAGS_CHECK(-Wc++-compat, C)
-if test "x$CLANG" = "xyes" ; then
- AC_WIRESHARK_COMPILER_FLAGS_CHECK(-Qunused-arguments)
-fi
+AC_WIRESHARK_COMPILER_FLAGS_CHECK(-Qunused-arguments)
#
# XXX - OK for C++?