Update of /cvsroot/ext2resize/ext2resize/src
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19426
Modified Files:
Makefile.am
Log Message:
Enable more compiler warnings.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/ext2resize/ext2resize/src/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile.am 9 Jun 2006 22:03:33 -0000 1.10
--- Makefile.am 10 Jun 2006 07:18:17 -0000 1.11
***************
*** 29,31 ****
LIBS = @LIBS@
! AM_CFLAGS = -W -Wall -g
--- 29,32 ----
LIBS = @LIBS@
! AM_CFLAGS = -g -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type \
! -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes
|