Skip to content

Commit

Permalink
#2264: appease gcc-9
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed May 14, 2024
1 parent 94f5b89 commit 18815d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vt/termination/dijkstra-scholten/ds.cc
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ void TermDS<CommType>::needAck(
[[maybe_unused]] NodeType const predecessor,
[[maybe_unused]] CountType const count
) {
vt_force_use(predecessor, count); // FIXME gcc-9
vtAssertInfo(
5 && (C == processedSum - (ackedArbitrary + ackedParent)),
"DS-invariant", C, D, processedSum, ackedArbitrary,
Expand Down

0 comments on commit 18815d1

Please sign in to comment.