Commit 356f023c by Marcus Winter

dataflow_cpp: removed gcc warning

parent 54508d87
......@@ -844,6 +844,7 @@ class Network : public internal::ClockListener {
const int idx = clock % Slices;
const int cnt = --sink_counter_[idx];
assert(cnt == 0);
EMBB_UNUSED_IN_RELEASE(cnt);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment