Skip to content

Commit b8e5348

Browse files
committedJan 23, 2025
Fix warning with libnice
1 parent fcfcc4f commit b8e5348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/impl/iceudpmuxlistener.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void IceUdpMuxListener::UnhandledStunRequestCallback(const juice_mux_binding_req
2828
}
2929
#endif
3030

31-
IceUdpMuxListener::IceUdpMuxListener(uint16_t port, optional<string> bindAddress) : port(port) {
31+
IceUdpMuxListener::IceUdpMuxListener(uint16_t port, [[maybe_unused]] optional<string> bindAddress) : port(port) {
3232
PLOG_VERBOSE << "Creating IceUdpMuxListener";
3333

3434
#if !USE_NICE

0 commit comments

Comments
 (0)