[Pvfs2-cvs] commit by pw in pvfs2/src/io/bmi/bmi_portals: module.mk.in

CVS commit program cvs at parl.clemson.edu
Thu Oct 18 11:57:09 EDT 2007


Update of /projects/cvsroot/pvfs2/src/io/bmi/bmi_portals
In directory parlweb1:/tmp/cvs-serv27027/src/io/bmi/bmi_portals

Modified Files:
	module.mk.in 
Log Message:
Cray headers are very much not clean.


Index: module.mk.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi_portals/module.mk.in,v
diff -u -p -p -u -r1.3 -r1.4
--- module.mk.in	20 Jul 2007 19:21:09 -0000	1.3
+++ module.mk.in	18 Oct 2007 15:57:09 -0000	1.4
@@ -24,11 +24,12 @@ SERVERSRC += $(src)
 
 #
 # Add extra include paths and warnings just for this directory.
-# No shadow, as portals headers use "index".
+# No shadow, as portals headers use "index".  No unused else lots
+# of warnings for Cray portals header files.
 #
 cflags :=
 ifdef GNUC
-cflags += -W -Wcast-qual -Wwrite-strings
+cflags += -W -Wcast-qual -Wwrite-strings -Wno-unused
 endif
 
 #



More information about the Pvfs2-cvs mailing list