mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
stand/usb: Quiet warnings so this builds again
Reviewed by: markj, emaste Differential Revision: https://reviews.freebsd.org/D48411
This commit is contained in:
parent
8e4535ee58
commit
f6f5aa8a2d
2 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ INTERNALLIB=
|
|||
|
||||
CFLAGS+= -DBOOTPROG=\"usbloader\"
|
||||
CFLAGS+= -ffunction-sections -fdata-sections
|
||||
CFLAGS+= -Wformat -Wall
|
||||
CFLAGS+= -Wformat -Wall -Wno-unused
|
||||
CFLAGS+= -g
|
||||
CFLAGS+= -fno-pic
|
||||
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ PROG= usbloader
|
|||
SRCS=
|
||||
|
||||
CFLAGS+= -Wall
|
||||
CFLAGS+= -Wno-error=missing-prototypes -Wno-error=unused-parameter
|
||||
CFLAGS+= -g
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue