summaryrefslogtreecommitdiff
path: root/usr/src/ucbcmd/sed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/ucbcmd/sed/Makefile')
-rw-r--r--usr/src/ucbcmd/sed/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/ucbcmd/sed/Makefile b/usr/src/ucbcmd/sed/Makefile
index 21f2d1008b..1a801f689c 100644
--- a/usr/src/ucbcmd/sed/Makefile
+++ b/usr/src/ucbcmd/sed/Makefile
@@ -24,10 +24,6 @@
# All rights reserved.
#
-#
-#ident "%Z%%M% %I% %E% SMI"
-#
-
PROG= sed
OBJS= sed0.o sed1.o
@@ -36,6 +32,9 @@ SRCS= $(OBJS:%.o=%.c)
include ../Makefile.ucbcmd
CPPFLAGS += -D_FILE_OFFSET_BITS=64
+CERRWARN += -_gcc=-Wno-char-subscripts
+CERRWARN += -_gcc=-Wno-implicit-function-declaration
+CERRWARN += -_gcc=-Wno-parentheses
.KEEP_STATE: