cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.19k stars 472 forks source link

Fix compile error due to unused variable #604

Closed rickwporter closed 2 years ago

rickwporter commented 2 years ago

Without this change, I see the following error: In file included from test/test_srtp.c:54: ./test/cutest.h:262:16: warning: variable 'n' set but not used [-Wunused-but-set-variable] size_t n = 0; ^