summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-05-04 04:13:35 +0000
committermarcel <marcel@FreeBSD.org>2008-05-04 04:13:35 +0000
commit30e27ea7fda56674b5fdaada9c076f0d9fc08824 (patch)
tree4460a7d3bf9e2abe195bba7f812d628db8ed091f
parent7eb9e47c825defb9e32e4f95af57ad5d52bef4cb (diff)
downloadFreeBSD-src-30e27ea7fda56674b5fdaada9c076f0d9fc08824.zip
FreeBSD-src-30e27ea7fda56674b5fdaada9c076f0d9fc08824.tar.gz
Lower WARNS to avoid warning about type-punned casting.
-rw-r--r--gnu/usr.bin/binutils/objdump/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/objdump/Makefile b/gnu/usr.bin/binutils/objdump/Makefile
index e86d9ca..7b4b81d 100644
--- a/gnu/usr.bin/binutils/objdump/Makefile
+++ b/gnu/usr.bin/binutils/objdump/Makefile
@@ -6,7 +6,7 @@
PROG= objdump
SRCS= objdump.c prdbg.c
-WARNS?= 2
+WARNS?= 1
CFLAGS+= -D_GNU_SOURCE
CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils
CFLAGS+= -I${SRCDIR}/binutils
OpenPOWER on IntegriCloud