aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in4
-rw-r--r--wiretap/configure.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 8718b58db8..84d006439f 100644
--- a/configure.in
+++ b/configure.in
@@ -151,8 +151,8 @@ AC_SUBST(HAVE_RPM)
# If we're running gcc, add '-Wall -W' to CFLAGS, and add
# '-D_U_="__attribute__((unused))"' as well, so we can use _U_ to
# flag unused function arguments and not get warnings about them.
-# If "--with-extra-gcc-checks" was specified, add "-Wcast-qual
-# -Wcast-align" as well. (Add more checks here in the future?)
+# If "--with-extra-gcc-checks" was specified, add some additional
+# warning checks.
#
# Otherwise, add '-D_U_=""', so that _U_ used to flag an unused function
# argument will compile with non-GCC compilers.
diff --git a/wiretap/configure.in b/wiretap/configure.in
index 83ad64f5b6..0f978d8fbd 100644
--- a/wiretap/configure.in
+++ b/wiretap/configure.in
@@ -26,8 +26,8 @@ AC_SUBST(FLEX_PATH)
# If we're running gcc, add '-Wall -W -Wcast-qual' to CFLAGS, and add
# '-D_U_="__attribute__((unused))"' as well, so we can use _U_ to
# flag unused function arguments and not get warnings about them.
-# If "--with-extra-gcc-checks" was specified, add "-Wcast-align"
-# as well. (Add more checks here in the future?)
+# If "--with-extra-gcc-checks" was specified, add some additional
+# warning checks.
#
# Otherwise, add '-D_U_=""', so that _U_ used to flag an unused function
# argument will compile with non-GCC compilers.