diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-13 05:14:31 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-13 05:14:31 +0000 |
| commit | 2cadc0a98ee3c64ffebc2c07ab4e9f6537016d8b (patch) | |
| tree | 235b21d2b7c06335e0a4ab36debb482acb63dba9 /gnu/usr.bin/binutils/gasp | |
| parent | 5ce88ec47ecaa4ab3b3468d803064b5d236e8e65 (diff) | |
Turn up WARNS as high as possible.
Tested by: gcc31, gcc32, /usr/bin/cc
Notes
svn path=/head/; revision=92206
Diffstat (limited to 'gnu/usr.bin/binutils/gasp')
| -rw-r--r-- | gnu/usr.bin/binutils/gasp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gasp/Makefile b/gnu/usr.bin/binutils/gasp/Makefile index 77d7f0d5580f..aad93556e374 100644 --- a/gnu/usr.bin/binutils/gasp/Makefile +++ b/gnu/usr.bin/binutils/gasp/Makefile @@ -6,6 +6,7 @@ PROG= gasp SRCS+= gasp.c macro.c sb.c hash.c +WARNS= 2 CFLAGS+= -DBFD_ASSEMBLER CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as |
