mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Remove -Wno-implicit from default GCC flags.
This commit is contained in:
parent
49674485bd
commit
7790048691
@ -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
|
||||
|
@ -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" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user