aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-04-08 20:42:08 +0000
committerGuy Harris <guy@alum.mit.edu>2007-04-08 20:42:08 +0000
commitc45434ce687dc573b03ce349e1d60626f97ad2d1 (patch)
treec5ec0c602e2cd86f9730fd0b5eef48e523295db4 /wiretap
parent69fec60a52202e0a3c57fa06d8aed766bef7bc9b (diff)
Fix a comment.
svn path=/trunk/; revision=21356
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/configure.in4
1 files changed, 2 insertions, 2 deletions
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.