mirror of
https://github.com/janet-lang/janet
synced 2025-05-25 18:54:11 +00:00
Address MSVC warning.
This commit is contained in:
parent
f5f3858da1
commit
8c41c0b6a7
@ -104,7 +104,7 @@ int main(int argc, const char **argv) {
|
|||||||
}
|
}
|
||||||
fclose(boot_file);
|
fclose(boot_file);
|
||||||
|
|
||||||
status = janet_dobytes(env, boot_buffer, boot_size, boot_filename, NULL);
|
status = janet_dobytes(env, boot_buffer, (int32_t) boot_size, boot_filename, NULL);
|
||||||
|
|
||||||
/* Deinitialize vm */
|
/* Deinitialize vm */
|
||||||
janet_deinit();
|
janet_deinit();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user