fix another warning (gcc)

This commit is contained in:
Matthew Flatt 2011-09-09 21:11:33 -06:00
parent 8d766480da
commit ed36c5d21c

View File

@ -9614,6 +9614,7 @@ static void *do_watch(void *other)
pt_sema_post(&done_sema);
}
return NULL;
}
void scheme_start_sleeper_thread(void (*given_sleep)(float seconds, void *fds), float secs, void *fds, int hit_fd)