diff options
author | jake <jake@FreeBSD.org> | 2002-04-24 02:50:36 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2002-04-24 02:50:36 +0000 |
commit | 628ea2a252f4f4d654936788a3388758a87b2678 (patch) | |
tree | 6fde62ef5a588bc8bcdee52732aa0f22d7ab14d8 | |
parent | 3473cf4ec18d9caa2a7167a6fb9444ae26881641 (diff) | |
download | FreeBSD-src-628ea2a252f4f4d654936788a3388758a87b2678.zip FreeBSD-src-628ea2a252f4f4d654936788a3388758a87b2678.tar.gz |
Add -Wno-unused.
-rw-r--r-- | sys/boot/sparc64/boot1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/sparc64/boot1/Makefile b/sys/boot/sparc64/boot1/Makefile index a77f54e..af073a2 100644 --- a/sys/boot/sparc64/boot1/Makefile +++ b/sys/boot/sparc64/boot1/Makefile @@ -9,7 +9,7 @@ BINMODE= 444 BOOTBLOCKBASE= 0x4000 -CFLAGS= -W -Wall -I../../ -I../../common/ -Os -ffreestanding -mno-app-regs \ +CFLAGS= -W -Wall -Wno-unused -I../../ -I../../common/ -Os -ffreestanding \ -mcmodel=medlow boot1.elf: _start.o boot1.o |