Skip to content

Commit

Permalink
Update src/impl/icetransport.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau authored Jun 14, 2024
1 parent 264585c commit f0432d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impl/icetransport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ IceTransport::IceTransport(const Configuration &config, candidate_callback candi
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";
}

Expand Down

0 comments on commit f0432d1

Please sign in to comment.