[Pvfs2-cvs] commit by slang in
pvfs2/src/io/trove/trove-handle-mgmt: trove-extentlist.c
CVS commit program
cvs at parl.clemson.edu
Wed Dec 13 14:53:34 EST 2006
Update of /projects/cvsroot/pvfs2/src/io/trove/trove-handle-mgmt
In directory parlweb1:/tmp/cvs-serv22992/src/io/trove/trove-handle-mgmt
Modified Files:
Tag: pvfs-2-6-branch
trove-extentlist.c
Log Message:
quiet unused warnings with __attribute__((unused)) when --enable-fast is specified.
Index: trove-extentlist.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/trove/trove-handle-mgmt/trove-extentlist.c,v
diff -p -u -r1.33 -r1.33.38.1
--- trove-extentlist.c 14 Dec 2005 21:50:29 -0000 1.33
+++ trove-extentlist.c 13 Dec 2006 19:53:34 -0000 1.33.38.1
@@ -482,7 +482,7 @@ void extentlist_count(
static void extent_show(struct avlnode *n, int param, int depth)
{
- struct TROVE_handle_extent *e =
+ struct TROVE_handle_extent *e __attribute__((unused)) =
(struct TROVE_handle_extent *)(n->d);
gossip_debug(GOSSIP_TROVE_DEBUG, "lb: %llu ub: %llu\n",
More information about the Pvfs2-cvs
mailing list