[Pvfs2-cvs] commit by vilayann in pvfs2-1/src/io/flow/flowproto-bmi-trove: flowproto-multiqueue.c

CVS commit program cvs at parl.clemson.edu
Tue Aug 15 21:23:19 EDT 2006


Update of /projects/cvsroot/pvfs2-1/src/io/flow/flowproto-bmi-trove
In directory parlweb1:/tmp/cvs-serv18673/src/io/flow/flowproto-bmi-trove

Modified Files:
	flowproto-multiqueue.c 
Log Message:
Fixed a few of the gcc 4.1.x "dereferencing type-punned pointer will break strict-aliasing rules"
warnings 




Index: flowproto-multiqueue.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/io/flow/flowproto-bmi-trove/flowproto-multiqueue.c,v
diff -p -u -r1.112 -r1.113
--- flowproto-multiqueue.c	15 Aug 2006 20:24:26 -0000	1.112
+++ flowproto-multiqueue.c	16 Aug 2006 01:23:19 -0000	1.113
@@ -45,7 +45,7 @@ do {                                    
 struct result_chain_entry
 {
     PVFS_id_gen_t posted_id;
-    void *buffer_offset;
+    char *buffer_offset;
     PINT_Request_result result;
     PVFS_size size_list[MAX_REGIONS];
     PVFS_offset offset_list[MAX_REGIONS];



More information about the Pvfs2-cvs mailing list