From: oes Date: Mon, 10 Sep 2001 11:12:49 +0000 (+0000) Subject: Turning on -Wall X-Git-Tag: v_2_9_9~137 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@edit-actions-remove-url?a=commitdiff_plain;h=8ed54747fa1b5bf6e4cc7b7629fc86af86b6964c;p=privoxy.git Turning on -Wall --- diff --git a/Makefile.in b/Makefile.in index e47bb68c..5c2e648f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: Makefile.in,v 1.19 2001/07/30 22:14:03 jongfoster Exp $ +# $Id: Makefile.in,v 1.20 2001/08/02 22:04:29 jongfoster Exp $ # # Written by and Copyright (C) 2001 the SourceForge # IJBSWA team. http://ijbswa.sourceforge.net @@ -28,6 +28,9 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # $Log: Makefile.in,v $ +# Revision 1.20 2001/08/02 22:04:29 jongfoster +# Removing some remaining references to obsolete w32rulesdlg.[ch] +# # Revision 1.19 2001/07/30 22:14:03 jongfoster # Removing obsolete w32rulesdlg.c and w32rulesdlg.h # @@ -209,7 +212,7 @@ SPECIAL_CFLAGS = @SPECIAL_CFLAGS@ DEBUG_CFLAGS = -O3 # Full optimization CFLAGS = @CFLAGS@ @CPPFLAGS@ $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS) \ - @STATIC_PCRE_ONLY@ -Ipcre + @STATIC_PCRE_ONLY@ -Ipcre -Wall LDFLAGS = $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)