Skip to content

Commit 332019b

Browse files
author
Ralph Castain
committed
Silence warning
1 parent aefc2ed commit 332019b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orte/mca/grpcomm/brks/grpcomm_brks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ static void brks_allgather_process_data(orte_grpcomm_coll_t *coll, uint32_t dist
210210
- receives message containing all data collected so far from rank (r + distance)
211211
*/
212212
uint32_t log2ndmns = (uint32_t) log2 (coll->ndmns);
213-
uint32_t last_round, remainder;
213+
uint32_t last_round;
214214
orte_process_name_t peer;
215215
orte_vpid_t nv;
216216
int rc;

0 commit comments

Comments
 (0)