Skip to content

Commit 0c8622c

Browse files
committed
posix_chroot warning
1 parent 94f2494 commit 0c8622c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/os.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,7 @@ JANET_CORE_FN(os_posix_chroot,
15491549
janet_sandbox_assert(JANET_SANDBOX_CHROOT);
15501550
janet_fixarity(argc, 1);
15511551
#ifdef JANET_WINDOWS
1552+
(void) argv;
15521553
janet_panic("not supported on Windows");
15531554
#else
15541555
const char *root = janet_getcstring(argv, 0);

0 commit comments

Comments
 (0)