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 a2ef92e commit 6143343Copy full SHA for 6143343
tests/context.cpp
@@ -55,7 +55,7 @@ TEST_CASE("context - use socket after shutdown", "[context]")
55
{
56
sock.connect("inproc://test");
57
zmq::message_t msg;
58
- sock.recv(msg, zmq::recv_flags::dontwait);
+ (void)sock.recv(msg, zmq::recv_flags::dontwait);
59
REQUIRE(false);
60
}
61
catch (const zmq::error_t& e)
0 commit comments