1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-06-09 06:24:31 +00:00

fix unused parameter warning on windows

This commit is contained in:
Jeff Lenk 2013-05-27 09:18:56 -05:00 committed by Travis Cross
parent 50a02efd27
commit 1926a54bd0

@ -821,6 +821,9 @@ STFU_DECLARE(int32_t) stfu_n_copy_next_frame(stfu_instance_t *jb, uint32_t times
uint32_t target_ts = 0;
#ifdef WIN32
seq = seq;
#endif
if (!next_frame) return 0;
target_ts = timestamp + (distance - 1) * jb->samples_per_packet;