Skip to content

Commit

Permalink
#2212: param: fix unused variable warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Nov 8, 2023
1 parent d6a74a1 commit 03510c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vt/messaging/param_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ struct MsgProps {
bool as_serial_msg_ = false;
bool as_collection_msg_ = false;
EpochType ep_ = no_epoch;
#if vt_check_enabled(priorities)
PriorityType priority_ = no_priority;
PriorityLevelType priority_level_ = no_priority_level;
#endif
};

} /* end namespace vt */
Expand Down

0 comments on commit 03510c8

Please sign in to comment.