From: Peter Johnson Date: Fri, 18 May 2001 21:40:02 +0000 (-0000) Subject: Add -Wstrict-prototypes. X-Git-Tag: v0.1.0~503 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd8ee75e0816407dcaeba030c5adfff2ecdaf96c;p=yasm Add -Wstrict-prototypes. svn path=/trunk/yasm/; revision=8 --- diff --git a/Makefile b/Makefile index 0dfa86d0..2380438f 100644 --- 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 \