CFLAGS: Removed -W, added -Winline.

* configure.in: CFLAGS: Removed -W, added -Winline.
This commit is contained in:
Benoît Dejean
2004-09-22 17:39:18 +00:00
parent 5d97c3fa5e
commit edb1e6a773
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-09-22 Benoît Dejean <tazforever@dlfp.org>
* configure.in: CFLAGS: Removed -W, added -Winline.
2004-09-14 Gora Mohanty <gmohanty@cvs.gnome.org>
* configure.in: Added 'or' to ALL_LINGUAS.

View File

@@ -351,7 +351,7 @@ AC_SUBST(machine_incs)
if test "$GCC" = "yes" ; then
CFLAGS="\
-W \
-Winline \
-Wall \
-std=gnu89 \
-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \