mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
main: Silence warning with !SEXP_USE_GREEN_THREADS
This commit is contained in:
parent
905d43fe62
commit
5558da5d2b
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -94,7 +94,7 @@ static void sexp_make_unblocking (sexp ctx, sexp port) {
|
|||
sexp_port_flags(port) |= O_NONBLOCK;
|
||||
}
|
||||
#else
|
||||
#define sexp_make_unblocking(ctx, port) 0
|
||||
#define sexp_make_unblocking(ctx, port) (void)0
|
||||
#endif
|
||||
|
||||
static sexp sexp_meta_env (sexp ctx) {
|
||||
|
|
Loading…
Add table
Reference in a new issue