From e23acf13d0f7888baac1b00f7c045850e2500d20 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Tue, 18 Feb 2014 13:32:38 -0500 Subject: [PATCH] capture_client: fix unused variable warning --- capture_client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/capture_client.c b/capture_client.c index ec1710c..d0fb8cf 100644 --- a/capture_client.c +++ b/capture_client.c @@ -150,6 +150,7 @@ process (jack_nframes_t nframes, void *arg) void jack_shutdown (void *arg) { + (void) arg; fprintf (stderr, "JACK shutdown\n"); // exit (0); abort();