We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ec3a3 commit d988da8Copy full SHA for d988da8
tests/unit/test_api.cpp
@@ -449,7 +449,7 @@ main (void)
449
// External Magic String
450
jerry_init (JERRY_FLAG_SHOW_OPCODES);
451
452
- uint32_t num_magic_string_items = sizeof (magic_string_items) / sizeof (jerry_api_char_ptr_t);
+ uint32_t num_magic_string_items = (uint32_t) (sizeof (magic_string_items) / sizeof (jerry_api_char_ptr_t));
453
jerry_register_external_magic_strings (magic_string_items,
454
num_magic_string_items,
455
magic_string_lengths);
0 commit comments