Browse Source

Update src/impl/icetransport.cpp

Paul-Louis Ageneau 1 year ago
parent
commit
f0432d1f30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/impl/icetransport.cpp

+ 1 - 1
src/impl/icetransport.cpp

@@ -575,7 +575,7 @@ IceTransport::IceTransport(const Configuration &config, candidate_callback candi
 	                       RecvCallback, this);
 	                       RecvCallback, this);
 }
 }
 
 
-void IceTransport::setIceAttributes(string, string) {
+void IceTransport::setIceAttributes([[maybe_unused]] string uFrag, [[maybe_unused]] string pwd) {
 	PLOG_WARNING << "Setting custom ICE attributes is not supported with libnice, please use libjuice";
 	PLOG_WARNING << "Setting custom ICE attributes is not supported with libnice, please use libjuice";
 }
 }