|
@@ -28,7 +28,7 @@ void IceUdpMuxListener::UnhandledStunRequestCallback(const juice_mux_binding_req
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-IceUdpMuxListener::IceUdpMuxListener(uint16_t port, optional<string> bindAddress) : port(port) {
|
|
|
|
|
|
+IceUdpMuxListener::IceUdpMuxListener(uint16_t port, [[maybe_unused]] optional<string> bindAddress) : port(port) {
|
|
PLOG_VERBOSE << "Creating IceUdpMuxListener";
|
|
PLOG_VERBOSE << "Creating IceUdpMuxListener";
|
|
|
|
|
|
#if !USE_NICE
|
|
#if !USE_NICE
|