From c45434ce687dc573b03ce349e1d60626f97ad2d1 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 8 Apr 2007 20:42:08 +0000 Subject: Fix a comment. svn path=/trunk/; revision=21356 --- wiretap/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiretap') 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. -- cgit v1.2.3