Skip to content

Commit

Permalink
#2201: fix unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed May 29, 2024
1 parent 1af1ec2 commit 4339a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/model/load_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ struct LoadModel
*
* \return the comm info
*/
virtual CommMapType getComm(PhaseOffset when) const {
virtual CommMapType getComm([[maybe_unused]] PhaseOffset when) const {
return CommMapType{};
}

Expand Down

0 comments on commit 4339a83

Please sign in to comment.