From 335effb1ec914748686ace9753af79bfed177f21 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Tue, 18 Feb 2014 13:32:15 -0500 Subject: [PATCH] capture_client: fix sign comparison warnings --- capture_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capture_client.c b/capture_client.c index 667ce0b..ec1710c 100644 --- a/capture_client.c +++ b/capture_client.c @@ -112,7 +112,7 @@ disk_thread (void *arg) int process (jack_nframes_t nframes, void *arg) { - int chn; + unsigned chn; size_t i; jack_thread_info_t *info = (jack_thread_info_t *) arg;