Skip to content

Commit f0432d1

Browse files
Update src/impl/icetransport.cpp
1 parent 264585c commit f0432d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/impl/icetransport.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ IceTransport::IceTransport(const Configuration &config, candidate_callback candi
575575
RecvCallback, this);
576576
}
577577

578-
void IceTransport::setIceAttributes(string, string) {
578+
void IceTransport::setIceAttributes([[maybe_unused]] string uFrag, [[maybe_unused]] string pwd) {
579579
PLOG_WARNING << "Setting custom ICE attributes is not supported with libnice, please use libjuice";
580580
}
581581

0 commit comments

Comments
 (0)