mirror of
https://github.com/janet-lang/janet
synced 2025-10-16 08:17:41 +00:00
Fix atomics - warnings on windows
This commit is contained in:
@@ -857,6 +857,7 @@ JANET_CORE_FN(os_sigaction,
|
||||
janet_sandbox_assert(JANET_SANDBOX_SIGNAL);
|
||||
janet_arity(argc, 1, 3);
|
||||
#ifdef JANET_WINDOWS
|
||||
(void) argv;
|
||||
janet_panic("unsupported on this platform");
|
||||
#else
|
||||
/* TODO - per thread signal masks */
|
||||
|
Reference in New Issue
Block a user