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
I am getting an error when attempting to build for Linux x64 under Ubuntu Focal Fossa 20.04:
In file included from ../../../../jsrc/f.c:6:
../../../../jsrc/j.h:102:25: error: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Werror=format-overflow=]
102 | #define FMTI "%lli"
| ^~~~~~
~~~