]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5479 --resolve
authorJeff Lenk <jeff@jefflenk.com>
Mon, 27 May 2013 14:21:43 +0000 (09:21 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Mon, 27 May 2013 14:21:43 +0000 (09:21 -0500)
libs/stfu/stfu.c

index b4a8455437457c312fa7e9b57c099e659a806907..dd2aeaf639679c88357f7ef32301555440505f58 100644 (file)
@@ -822,7 +822,7 @@ 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;
+       UNREFERENCED_PARAMETER(seq);
 #endif
        if (!next_frame) return 0;