tezc/sc

sc_array.h: error: implicit declaration of function 'memmove'

Closed this issue · 3 comments

The compiler is MinGW-W64 GCC 11.2 and I cloned directly from github.

tezc commented

@jpgpng Thanks for the report. Does this fix the warning?: #93

Looks like mingw memory.h does not have memmove() in it.

@jpgpng Thanks for the report. Does this fix the warning?: #93

Looks like mingw memory.h does not have memmove() in it.

Yes, this fixed the compilation of that particular source file.

tezc commented

Fixed by #93