Commit b4d17bb
committed
Fixes msvc warnings
Simplify the code a bit by rename lit_unicode_white_space_interval_lengths to lit_unicode_white_space_interval_ends
[build] [1/3 33% :: 0.150] Building C object jerry-core\CMakeFiles\jerry-core.dir\lit\lit-char-helpers.c.obj
[build] C:\work\study\languages\typescript\jerryscript\jerry-core\lit\lit-char-helpers.c(154): warning C4018: '<=': signed/unsigned mismatch
JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com1 parent f3597e7 commit b4d17bb
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
| 140 | + | |
142 | 141 | | |
143 | 142 | | |
144 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments