[svn] Remove -Wno-implicit from default GCC flags.

This commit is contained in:
hniksic 2005-07-08 06:40:44 -07:00
parent 49674485bd
commit 7790048691
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-07-08 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: Remove -Wno-implicit from default GCC warning
flags.
2005-07-08 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: Don't check for symlink, which is expected to

View File

@ -124,7 +124,7 @@ dnl else
dnl use os-specific flags or -O
if test -n "$auto_cflags"; then
if test -n "$GCC"; then
CFLAGS="$CFLAGS -O2 -Wall -Wno-implicit"
CFLAGS="$CFLAGS -O2 -Wall"
else
case "$host_os" in
*hpux*) CFLAGS="$CFLAGS +O3" ;;