mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Add -Wstrict-prototypes.
svn path=/trunk/yasm/; revision=8
This commit is contained in:
parent
d3a51f5835
commit
dd8ee75e08
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue