summaryrefslogtreecommitdiff
path: root/usr/src/cmd/fmtmsg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/fmtmsg/Makefile')
-rw-r--r--usr/src/cmd/fmtmsg/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/cmd/fmtmsg/Makefile b/usr/src/cmd/fmtmsg/Makefile
index c99807ce23..c5ae7e2c1f 100644
--- a/usr/src/cmd/fmtmsg/Makefile
+++ b/usr/src/cmd/fmtmsg/Makefile
@@ -19,20 +19,19 @@
# CDDL HEADER END
#
#
-#ident "%Z%%M% %I% %E% SMI"
-#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
-
PROG= fmtmsg
OBJS= main.o
SRCS= $(OBJS:%.o=%.c)
include ../Makefile.cmd
+CERRWARN += -_gcc=-Wno-parentheses
+CERRWARN += -_gcc=-Wno-uninitialized
+
.KEEP_STATE:
all: $(PROG)