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();