On Mon, Oct 21, 2019 at 11:51 AM Piotr Caban piotr.caban@gmail.com wrote:
... The patch looks mostly good now but it causes compilation warnings. The prototype of swscanf function is incorrect: +static int (__cdecl *p_swscanf)(const char *str, const wchar_t* format, ...); Also result variable is not used.
Whoops, sorry about that. I thought I had "-Werror" turned on to catch such things and didn't realize that it now needs to be added to CROSSCFLAGS as well.
Best, Erich