From 757b792324a8ca7f80c5bd2713b52b1bbc46b059 Mon Sep 17 00:00:00 2001
From: Jeff Lenk <jeff@jefflenk.com>
Date: Mon, 27 May 2013 09:21:43 -0500
Subject: [PATCH] FS-5479 --resolve

---
 libs/stfu/stfu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/stfu/stfu.c b/libs/stfu/stfu.c
index b4a8455437..dd2aeaf639 100644
--- a/libs/stfu/stfu.c
+++ b/libs/stfu/stfu.c
@@ -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;