diff options
author | Toomas Soome <tsoome@me.com> | 2019-04-07 11:15:10 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2019-05-16 21:24:44 +0300 |
commit | a247ead9f3f79155102c6a57e829f47a39731301 (patch) | |
tree | b7591b4efd0089dac2cbd1c78fecac44ad051291 | |
parent | 0bce4af87ea8d4c5da5a0a27632d2ef9c1cf6aa0 (diff) | |
download | illumos-joyent-a247ead9f3f79155102c6a57e829f47a39731301.tar.gz |
10928 loader: isoboot.c: info: ignoring unreachable code.
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Approved by: Dan McDonald <danmcd@joyent.com>
-rw-r--r-- | usr/src/boot/sys/boot/i386/isoboot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/boot/sys/boot/i386/isoboot/Makefile b/usr/src/boot/sys/boot/i386/isoboot/Makefile index 89130a52c9..f89cea7441 100644 --- a/usr/src/boot/sys/boot/i386/isoboot/Makefile +++ b/usr/src/boot/sys/boot/i386/isoboot/Makefile @@ -48,6 +48,8 @@ LIBSTAND= ../../libstand/$(MACH)/libstand.a gptldr.out := LD_FLAGS += -m elf_i386_sol2 +isoboot.o := SMOFF += unreachable + include ../Makefile.inc all: $(PROG) |