From: Csaba Henk Date: Wed, 1 Jul 2009 21:57:33 +0000 (+0000) Subject: fix compiler warning X-Git-Tag: fuse_2_8_0~6 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5bd3ba41e55e8c52e04d730d1e8a924b23b21591;p=qemu-gpiodev%2Flibfuse.git fix compiler warning --- diff --git a/example/fsel.c b/example/fsel.c index a3c0c68..f30ddd5 100644 --- a/example/fsel.c +++ b/example/fsel.c @@ -241,6 +241,8 @@ static void *fsel_producer(void *data) nanosleep(&interval, NULL); } + + return NULL; } int main(int argc, char *argv[])