Update of /cvsroot/netrek/server/Vanilla In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20107 Modified Files: system.mk.in Log Message: add -Wall Index: system.mk.in =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/system.mk.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- system.mk.in 28 Sep 2005 12:14:04 -0000 1.2 +++ system.mk.in 27 Apr 2006 05:25:04 -0000 1.3 @@ -86,4 +86,4 @@ RSA_INCS = @NORSA@ @MPINC@ RSA_LIB = @NORSA@ @RSALIB@ @MPLIB@ -FLAGS = @CFLAGS@ $(EXTRAFLAGS) $(RSA_FLAGS) +FLAGS = @CFLAGS@ -Wall $(EXTRAFLAGS) $(RSA_FLAGS)