From e2b02ae48ba26c36423ac1a537e4e720ec19ad55 Mon Sep 17 00:00:00 2001 From: ewt Date: Mon, 21 Oct 1996 02:13:41 +0000 Subject: [PATCH] added -Wall, -Wstrict-prototypes to flags CVS patchset: 1122 CVS date: 1996/10/21 02:13:41 --- Makefile.inc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc.in b/Makefile.inc.in index 11f8042..0ac07b1 100644 --- a/Makefile.inc.in +++ b/Makefile.inc.in @@ -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 -- 2.7.4