From ca876c1c4225b51f8e1c2763b28e8466add83a0b Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Wed, 8 Aug 2018 11:54:42 +0300 Subject: 9717 libstand: build with -Wall only Reviewed by: Jason King Reviewed by: Yuri Pankov Approved by: Robert Mustacchi --- usr/src/boot/sys/boot/libstand/Makefile.com | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr/src') 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 -- cgit v1.2.3