added -Wall, -Wstrict-prototypes to flags
authorewt <devnull@localhost>
Mon, 21 Oct 1996 02:13:41 +0000 (02:13 +0000)
committerewt <devnull@localhost>
Mon, 21 Oct 1996 02:13:41 +0000 (02:13 +0000)
CVS patchset: 1122
CVS date: 1996/10/21 02:13:41

Makefile.inc.in

index 11f8042..0ac07b1 100644 (file)
@@ -10,7 +10,7 @@ OPTS = @DEFS@
 LIBRPMRC_FILENAME=$(libdir)/rpmrc
 INTLDEF = @INTLDEF@
 CFLAGS = @CFLAGS@ @INCPATH@ @INTLDEF@ $(WARNINGS) $(OPTS) \
-       -I$(topdir)/lib -I$(topdir)/misc \
+       -I$(topdir)/lib -I$(topdir)/misc -Wall -Wstrict-prototypes \
        -DLIBRPMRC_FILENAME="\"$(LIBRPMRC_FILENAME)"\" -DVERSION=\"$(VERSION)\" 
 LDFLAGS = @LDFLAGS@ @LIBPATH@ -Llib -Lbuild -Lmisc -L$(topdir)/lib \
                -L$(topdir)/build -L$(topdir)/misc