From 56b876afc41d5677ff448a5410806a2ea71c9dca Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 25 Jun 2003 01:48:39 +0000 Subject: [PATCH] Add -Wall to compile. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 1c2d9a28f..77392f943 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.148 2003/03/15 05:47:51 steve Exp $" +#ident "$Id: Makefile.in,v 1.149 2003/06/25 01:48:39 steve Exp $" # # SHELL = /bin/sh @@ -164,7 +164,7 @@ dep: mkdir dep %.o: %.cc - $(CXX) @ident_support@ $(CPPFLAGS) $(CXXFLAGS) -MD -c $< -o $*.o + $(CXX) -Wall @ident_support@ $(CPPFLAGS) $(CXXFLAGS) -MD -c $< -o $*.o mv $*.d dep/$*.d