summaryrefslogtreecommitdiff
path: root/usr/src/cmd/prctl/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/prctl/Makefile.com')
-rw-r--r--usr/src/cmd/prctl/Makefile.com6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/cmd/prctl/Makefile.com b/usr/src/cmd/prctl/Makefile.com
index 24df4f70b5..7c57f8f7ac 100644
--- a/usr/src/cmd/prctl/Makefile.com
+++ b/usr/src/cmd/prctl/Makefile.com
@@ -23,10 +23,6 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
-#
-# cmd/prctl/Makefile.com
-#
PROG= prctl
@@ -37,6 +33,8 @@ SRCS= ../prctl.c ../utils.c
include ../../Makefile.cmd
CFLAGS += $(CCVERBOSE)
+CERRWARN += -_gcc=-Wno-parentheses
+CERRWARN += -_gcc=-Wno-uninitialized
LDLIBS += -lproc -lproject