Browse Source

capture_client: fix unused variable warning

pull/4/head
Tristan Matthews 11 years ago
parent
commit
e23acf13d0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      capture_client.c

+ 1
- 0
capture_client.c View File

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


Loading…
Cancel
Save