Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Building with recent compilers flags the following error: ``` Sming/Libraries/jerryscript/jerryscript/jerry-core/ecma/base/ecma-helpers-string.c:1848:6: error: ‘string1_size_and_length[0]’ may be used uninitialized [-Werror=maybe-uninitialized] 1848 | if (string1_size_and_length[0] != string2_size_and_length[0] ````
- Loading branch information