Skip to content

Commit 6920277

Browse files
Merge pull request ceph#64970 from edwinzrodriguez/ceph-wip-72479
crush/mapper: Mark pushed variable as maybe unused
2 parents 28ea896 + 7cbcaf4 commit 6920277

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crush/mapper.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,6 +1651,7 @@ static unsigned crush_msr_choose(
16511651
continue;
16521652
}
16531653
// for collision detection
1654+
__attribute__((__unused__))
16541655
int pushed = crush_msr_push_used(
16551656
workspace, current_stepno, stride_start, stride_end,
16561657
child_bucket_candidate);

0 commit comments

Comments
 (0)