From cec3efe6277277b734ef43052e80916feeed393c Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 15 Feb 2015 11:33:39 +0100 Subject: [PATCH] Fixed compile warning about unused variable in wave test program. --- test/loopwavequeue.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/loopwavequeue.c b/test/loopwavequeue.c index 8ca31dd03..6d7128575 100644 --- a/test/loopwavequeue.c +++ b/test/loopwavequeue.c @@ -48,7 +48,6 @@ poked(int sig) int main(int argc, char *argv[]) { - int i; char filename[4096]; /* Enable standard application logging */