summaryrefslogtreecommitdiff
path: root/usr/src/cmd/eeprom/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/eeprom/Makefile.com')
-rw-r--r--usr/src/cmd/eeprom/Makefile.com4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/eeprom/Makefile.com b/usr/src/cmd/eeprom/Makefile.com
index 2c2399bb89..248528cc9c 100644
--- a/usr/src/cmd/eeprom/Makefile.com
+++ b/usr/src/cmd/eeprom/Makefile.com
@@ -37,6 +37,10 @@ DIRMODE = 755
OBJS = error.o
+CERRWARN += -_gcc=-Wno-parentheses
+CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += -_gcc=-Wno-implicit-function-declaration
+
LINT_OBJS = $(OBJS:%.o=%.ln)
SOURCES = $(OBJS:%.o=%.c)