From dd8ee75e0816407dcaeba030c5adfff2ecdaf96c Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 18 May 2001 21:40:02 +0000 Subject: [PATCH] Add -Wstrict-prototypes. svn path=/trunk/yasm/; revision=8 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.50.1