We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a94e5d commit b959007Copy full SHA for b959007
include/reactor-cpp/connection.hh
@@ -132,7 +132,7 @@ public:
132
// of the upstream port. Hence, we can retrieve the current tag directly
133
// without locking.
134
auto tag = Tag::from_logical_time(scheduler->logical_time());
135
- bool result{false}; // NOLINT value set is not used
+ [[maybe_unused]] bool result{false}; // NOLINT value set is not used
136
if constexpr (std::is_same<T, void>::value) {
137
result = this->schedule_at(tag);
138
} else {
0 commit comments