remove some compile warnings

This commit is contained in:
niels
2015-06-11 22:53:35 +02:00
parent e68972abab
commit 2776e8da15
11 changed files with 34 additions and 63 deletions

View File

@@ -502,7 +502,7 @@ ensure_buffer_size(char **buffer, unsigned long *cur_size,
static int
JACK_xrun_callback(void *arg)
{
jack_driver_t *drv = (jack_driver_t *) arg;
// jack_driver_t *drv = (jack_driver_t *) arg;
veejay_msg(1, "xrun detected. You are doing too much");