1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178757

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