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
cargo:warning=vendor/turbojpeg.c:61:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’
cargo:warning= static THREAD_LOCAL char errStr[JMSG_LENGTH_MAX] = "No error";
cargo:warning= ^~~~
cargo:warning=vendor/turbojpeg.c: In function ‘my_output_message’:
cargo:warning=vendor/turbojpeg.c:89:41: error: ‘errStr’ undeclared (first use in this function); did you mean ‘strstr’?
cargo:warning= (*cinfo->err->format_message) (cinfo, errStr);
cargo:warning= ^~~~~~
Note that I can disable this feature now so I'm not blocked by this, but I thought you'd like to know.
The text was updated successfully, but these errors were encountered:
Note that I can disable this feature now so I'm not blocked by this, but I thought you'd like to know.
The text was updated successfully, but these errors were encountered: