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
Copypasting some of the warnings i get that block my -Werror builds, maybe worth adding those cflags in the mujs ci
p/mujs/mujs/jsrun.c: In function ‘jsR_run’:
p/mujs/mujs/jsrun.c:201:14: error: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Werror=strict-overflow]
if (idx < 0 || idx >= TOP)
^
In file included from p/mujs/mujs/one.c:21:0,
from p/mujs/plugin.c:9,
from lang.c:24:
p/mujs/mujs/jsrun.c: In function ‘js_call’:
p/mujs/mujs/jsrun.c:383:5: error: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Werror=strict-overflow]
if (TOP < BOT) {
^
The text was updated successfully, but these errors were encountered:
Copypasting some of the warnings i get that block my -Werror builds, maybe worth adding those cflags in the mujs ci
The text was updated successfully, but these errors were encountered: