Page MenuHomeFreeBSD

D48411.diff
No OneTemporary

D48411.diff

diff --git a/stand/usb/Makefile b/stand/usb/Makefile
--- a/stand/usb/Makefile
+++ b/stand/usb/Makefile
@@ -35,7 +35,7 @@
CFLAGS+= -DBOOTPROG=\"usbloader\"
CFLAGS+= -ffunction-sections -fdata-sections
-CFLAGS+= -Wformat -Wall
+CFLAGS+= -Wformat -Wall -Wno-unused
CFLAGS+= -g
CFLAGS+= -fno-pic
diff --git a/stand/usb/test/Makefile b/stand/usb/test/Makefile
--- a/stand/usb/test/Makefile
+++ b/stand/usb/test/Makefile
@@ -35,6 +35,7 @@
SRCS=
CFLAGS+= -Wall
+CFLAGS+= -Wno-error=missing-prototypes -Wno-error=unused-parameter
CFLAGS+= -g
.if ${MACHINE_CPUARCH} == "amd64"

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 24, 6:50 PM (20 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16097467
Default Alt Text
D48411.diff (586 B)

Event Timeline