Lower WARNS to avoid warning about type-punned casting.

This commit is contained in:
Marcel Moolenaar 2008-05-04 04:13:35 +00:00
parent 201e72e716
commit 4655d57927

View File

@ -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