Skip to content

Commit

Permalink
stand/usb: Quiet warnings so this builds again
Browse files Browse the repository at this point in the history
Reviewed by:	markj, emaste
Differential Revision:	https://reviews.freebsd.org/D48411
  • Loading branch information
bsdjhb committed Jan 11, 2025
1 parent 8e4535e commit f6f5aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stand/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions stand/usb/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ PROG= usbloader
SRCS=

CFLAGS+= -Wall
CFLAGS+= -Wno-error=missing-prototypes -Wno-error=unused-parameter
CFLAGS+= -g

.if ${MACHINE_CPUARCH} == "amd64"
Expand Down

0 comments on commit f6f5aa8

Please sign in to comment.