diff usr/src/uts/intel/inst_sync/Makefile @ 13834:58bc6f85b799

2933 compiler warning gags need better granularity Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
author Richard Lowe <richlowe@richlowe.net>
date Sun, 22 Jul 2012 16:03:46 -0400
parents 68f95e015346
children
line wrap: on
line diff
--- a/usr/src/uts/intel/inst_sync/Makefile	Mon Jun 25 21:03:47 2012 -0400
+++ b/usr/src/uts/intel/inst_sync/Makefile	Sun Jul 22 16:03:46 2012 -0400
@@ -25,7 +25,7 @@
 # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-#pragma ident	"%Z%%M%	%I%	%E% SMI"
+
 #
 #	This makefile drives the production of the inst_sync system call module.
 #
@@ -57,6 +57,8 @@
 LINT_TARGET	= $(MODULE).lint
 INSTALL_TARGET	= $(BINARY) $(ROOTMODULE)
 
+CERRWARN	+= -_gcc=-Wno-parentheses
+
 #
 #	Default build targets.
 #