@@ -6304,7 +6304,8 @@ PREFIX(is_present) (caf_token_t token, int image_index, caf_reference_t *refs)
6304
6304
/* The first descriptor is accessible by the
6305
6305
mpi_token->memptr_win.
6306
6306
Count the dims to fetch. */
6307
- for (ref_rank = 0 ; riter -> u .a .mode [ref_rank ] != CAF_ARR_REF_NONE ; ++ ref_rank ) ;
6307
+ for (ref_rank = 0 ; riter -> u .a .mode [ref_rank ] != CAF_ARR_REF_NONE ; ++ ref_rank )
6308
+ ;
6308
6309
dprint ("%d/%d: %s() Getting remote descriptor of rank %d from win: %p, sizeof() %d\n" ,
6309
6310
caf_this_image , caf_num_images , __FUNCTION__ ,
6310
6311
ref_rank , mpi_token -> memptr_win , sizeof_desc_for_rank (ref_rank ));
@@ -6317,7 +6318,8 @@ PREFIX(is_present) (caf_token_t token, int image_index, caf_reference_t *refs)
6317
6318
{
6318
6319
/* All inner descriptors go by the dynamic window.
6319
6320
Count the dims to fetch. */
6320
- for (ref_rank = 0 ; riter -> u .a .mode [ref_rank ] != CAF_ARR_REF_NONE ; ++ ref_rank ) ;
6321
+ for (ref_rank = 0 ; riter -> u .a .mode [ref_rank ] != CAF_ARR_REF_NONE ; ++ ref_rank )
6322
+ ;
6321
6323
dprint ("%d/%d: %s() Getting remote descriptor of rank %d from: %p, sizeof() %d\n" ,
6322
6324
caf_this_image , caf_num_images , __FUNCTION__ ,
6323
6325
ref_rank , remote_base_memptr , sizeof_desc_for_rank (ref_rank ));
0 commit comments