Skip to content

Commit 41e2380

Browse files
committedJan 14, 2025
chore: nice again
1 parent 9e0da4a commit 41e2380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/global.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void InvokeUnhandledStunRequestCallback (const juice_mux_binding_request *info,
111111

112112
#endif
113113

114-
void OnUnhandledStunRequest ([[maybe_unused]] std::string host, [[maybe_unused]] int port, UnhandledStunRequestCallback callback) {
114+
void OnUnhandledStunRequest ([[maybe_unused]] std::string host, [[maybe_unused]] int port, [[maybe_unused]] UnhandledStunRequestCallback callback) {
115115
#if USE_NICE
116116
PLOG_WARNING << "BindStunListener is not supported with libnice, please use libjuice";
117117
#else

0 commit comments

Comments
 (0)