Commit cec3efe6277277b734ef43052e80916feeed393c

Philipp Wiesemann 2015-02-15T11:33:39

Fixed compile warning about unused variable in wave test program.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/test/loopwavequeue.c b/test/loopwavequeue.c
index 8ca31dd..6d71285 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 */