We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
paullouisageneau
Learn more about funding links in repositories.
Report abuse
1 parent fcfcc4f commit b8e5348Copy full SHA for b8e5348
src/impl/iceudpmuxlistener.cpp
@@ -28,7 +28,7 @@ void IceUdpMuxListener::UnhandledStunRequestCallback(const juice_mux_binding_req
28
}
29
#endif
30
31
-IceUdpMuxListener::IceUdpMuxListener(uint16_t port, optional<string> bindAddress) : port(port) {
+IceUdpMuxListener::IceUdpMuxListener(uint16_t port, [[maybe_unused]] optional<string> bindAddress) : port(port) {
32
PLOG_VERBOSE << "Creating IceUdpMuxListener";
33
34
#if !USE_NICE
0 commit comments