Skip to content

Commit 06e86ae

Browse files
tmatthfalkTX
authored andcommitted
capture_client: fix sign comparison warnings
1 parent 7a7792d commit 06e86ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-clients/capture_client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ disk_thread (void *arg)
121121
static int
122122
process (jack_nframes_t nframes, void *arg)
123123
{
124-
int chn;
124+
unsigned chn;
125125
size_t i;
126126
jack_thread_info_t *info = (jack_thread_info_t *) arg;
127127

0 commit comments

Comments
 (0)