* configure.in: Remove wrong part of comment.
This commit is contained in:
parent
888bec3050
commit
a74e8e38b9
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ else
|
|||
AC_SUBST([WERROR_CFLAGS])
|
||||
|
||||
nw="$nw -Waggregate-return" # anachronistic
|
||||
nw="$nw -Wlong-long" # C90 is anachronistic (lib/gethrxtime.h)
|
||||
nw="$nw -Wlong-long" # C90 is anachronistic
|
||||
nw="$nw -Wc++-compat" # We don't care about C++ compilers
|
||||
nw="$nw -Wundef" # Warns on '#if GNULIB_FOO' etc in gnulib
|
||||
nw="$nw -Wtraditional" # Warns on #elif which we use often
|
||||
|
|
Loading…
Add table
Reference in a new issue