From def39b7cb78355cd855d858f204126c577b49b0e Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 31 May 2002 19:47:21 +0000 Subject: unposted: remove -Wno-implicit --- zshconfig.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zshconfig.ac') diff --git a/zshconfig.ac b/zshconfig.ac index eeb1b3026..b47b21307 100644 --- a/zshconfig.ac +++ b/zshconfig.ac @@ -292,13 +292,13 @@ dnl else use -O if test -n "$auto_cflags" && test ."$ansi2knr" != .yes; then if test "${enable_zsh_debug}" = yes; then if test -n "$GCC"; then - CFLAGS="$CFLAGS -Wall -Wno-implicit -Wmissing-prototypes -ggdb" + CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -ggdb" else CFLAGS="$CFLAGS -g" fi else if test -n "$GCC"; then - CFLAGS="$CFLAGS -Wall -Wno-implicit -Wmissing-prototypes -O2" + CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -O2" else CFLAGS="$CFLAGS -O" fi -- cgit 1.4.1