You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May only happen on Windows? Or perhaps I missed it when working inside WSL...
[5/52] Compiling deps/lpeg/lptree.c ...
deps/lpeg/lptree.c: In function 'addtoktable':
deps/lpeg/lptree.c:166:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
166 | if (n >= USHRT_MAX)
| ^~
deps/lpeg/lptree.c: In function 'concattable':
deps/lpeg/lptree.c:198:15: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
198 | if (n1 + n2 > USHRT_MAX)
| ^
The text was updated successfully, but these errors were encountered:
May only happen on Windows? Or perhaps I missed it when working inside WSL...
The text was updated successfully, but these errors were encountered: