[Pvfs2-cvs] commit by bligon in pvfs2/test/io/bmi: pingpong.c

CVS commit program cvs at parl.clemson.edu
Tue Jun 8 15:50:59 EDT 2010


Update of /projects/cvsroot/pvfs2/test/io/bmi
In directory parlweb1:/tmp/cvs-serv20009/test/io/bmi

Modified Files:
      Tag: Orange-Branch
	pingpong.c 
Log Message:
removed items causing compiler warmings.


Index: pingpong.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/bmi/pingpong.c,v
diff -p -u -r1.5.10.1 -r1.5.10.2
--- pingpong.c	30 Apr 2010 20:00:57 -0000	1.5.10.1
+++ pingpong.c	8 Jun 2010 19:50:59 -0000	1.5.10.2
@@ -552,7 +552,7 @@ static int do_client(struct options *opt
         
                         /* send the ping */
                         if (opts->test == EXPECTED) {
-                                ret = BMI_post_send(&(op_id[SEND]), peer_addr, send_buffer + offset,
+                                ret = BMI_post_send(&(op_id[SEND]), peer_addr, ((char *)send_buffer) + offset,
                                                 bytes, BMI_PRE_ALLOC, i, NULL, *context, NULL);
                         } else {
                                 ret = BMI_post_sendunexpected(&(op_id[SEND]), peer_addr, 



More information about the Pvfs2-cvs mailing list