Lower WARNS to avoid warning about type-punned casting.
This commit is contained in:
parent
201e72e716
commit
4655d57927
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user