From 8ed54747fa1b5bf6e4cc7b7629fc86af86b6964c Mon Sep 17 00:00:00 2001
From: oes <oes@users.sourceforge.net>
Date: Mon, 10 Sep 2001 11:12:49 +0000
Subject: [PATCH] Turning on -Wall

---
 Makefile.in | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

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)
 
-- 
2.49.0