summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2018-08-08 11:54:42 +0300
committerRobert Mustacchi <rm@joyent.com>2018-08-16 22:17:21 +0000
commitca876c1c4225b51f8e1c2763b28e8466add83a0b (patch)
tree3deb29cb70a6af2801cf9ec21483dc28e053b9ff /usr/src
parent64a170cf91c8d267e7707c00ac13639160db85cd (diff)
downloadillumos-joyent-ca876c1c4225b51f8e1c2763b28e8466add83a0b.tar.gz
9717 libstand: build with -Wall only
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Yuri Pankov <yuripv@yuripv.net> Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/boot/sys/boot/libstand/Makefile.com4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/boot/sys/boot/libstand/Makefile.com b/usr/src/boot/sys/boot/libstand/Makefile.com
index 9a7e717614..4db8ff77bf 100644
--- a/usr/src/boot/sys/boot/libstand/Makefile.com
+++ b/usr/src/boot/sys/boot/libstand/Makefile.com
@@ -33,9 +33,7 @@ CPPFLAGS += -D_STANDALONE
CFLAGS = -O2 -ffreestanding -Wformat
CFLAGS += -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float
-CFLAGS += -Wno-pointer-sign -Wno-empty-body -Wno-unused-value \
- -Wno-unused-function -Wno-switch \
- -Wno-switch-enum -Wno-parentheses
+CFLAGS += -Wall -Werror
include ${LIBSTAND_SRC}/Makefile.inc