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 8b5fc53 commit ae26f22Copy full SHA for ae26f22
test/net/unit/conntrack_test.cpp
@@ -181,7 +181,7 @@ CASE("Testing Conntrack serialization")
181
// This one aint gonna be serialized
182
183
auto* with_close_handler = ct->simple_track_in(rquad, Protocol::ICMPv4);
184
- with_close_handler->on_close = [](auto* ent) { ent->state; };
+ with_close_handler->on_close = [](auto* ent) { (void)ent->state; };
185
186
EXPECT(ct->number_of_entries() == 6);
187
0 commit comments