瀏覽代碼

Fix warning with libnice

Paul-Louis Ageneau 7 月之前
父節點
當前提交
b8e534816f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/impl/iceudpmuxlistener.cpp

+ 1 - 1
src/impl/iceudpmuxlistener.cpp

@@ -28,7 +28,7 @@ void IceUdpMuxListener::UnhandledStunRequestCallback(const juice_mux_binding_req
 }
 #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";
 
 #if !USE_NICE