]> granicus.if.org Git - yasm/commitdiff
Add -Wstrict-prototypes.
authorPeter Johnson <peter@tortall.net>
Fri, 18 May 2001 21:40:02 +0000 (21:40 -0000)
committerPeter Johnson <peter@tortall.net>
Fri, 18 May 2001 21:40:02 +0000 (21:40 -0000)
svn path=/trunk/yasm/; revision=8

Makefile

index 0dfa86d055c7d107256bb7508cc86ce327a1a6d2..2380438fd0277f611fe95830c15d4974f982b4c3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 2001/05/15 05:18:00 peter Exp $
+# $Id: Makefile,v 1.2 2001/05/18 21:40:02 peter Exp $
 # Makefile
 #
 #    Copyright (C) 2001  Peter Johnson
@@ -24,7 +24,7 @@
 #  Should use autoconf/automake.
 #  Distribution target (eventually :).
 #
-CFLAGS = -g -Wall -ansi -pedantic -Iinclude
+CFLAGS = -g -Wall -Wstrict-prototypes -ansi -pedantic -Iinclude
 
 OBJS_BASE = \
        bison.tab.o \