From 7014882c6a3672fd0e5d60200af8643ae53c5928 Mon Sep 17 00:00:00 2001 From: Richard Lowe Date: Sun, 22 Jul 2012 16:03:46 -0400 Subject: 2933 compiler warning gags need better granularity Reviewed by: Eric Schrock Approved by: Garrett D'Amore --- usr/src/cmd/setuname/Makefile.com | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/cmd/setuname') diff --git a/usr/src/cmd/setuname/Makefile.com b/usr/src/cmd/setuname/Makefile.com index 463fb49651..f5252a3fb7 100644 --- a/usr/src/cmd/setuname/Makefile.com +++ b/usr/src/cmd/setuname/Makefile.com @@ -23,8 +23,6 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# PROG= setuname OBJS= $(PROG).o @@ -34,6 +32,8 @@ include ../../Makefile.cmd CFLAGS += $(CCVERBOSE) CFLAGS64 += $(CCVERBOSE) +CERRWARN += -_gcc=-Wno-unused-variable +CERRWARN += -_gcc=-Wno-parentheses LDLIBS += -lkvm CLEANFILES += $(OBJS) -- cgit v1.2.3