We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9aad2 commit a314dfcCopy full SHA for a314dfc
1 file changed
tests/test_utils.h
@@ -73,7 +73,7 @@ class TestableTcpServer : public urcl::comm::TCPServer
73
connection_callback_ = true;
74
}
75
76
- void messageCallback(const socket_t filedescriptor, char* buffer, int nbytesrecv)
+ void messageCallback([[maybe_unused]] const socket_t filedescriptor, char* buffer, int nbytesrecv)
77
{
78
std::lock_guard<std::mutex> lk(message_mutex_);
79
received_message_ = std::string(buffer);
0 commit comments