Closed this issue 3 years ago · 3 comments
The compiler is MinGW-W64 GCC 11.2 and I cloned directly from github.
@jpgpng Thanks for the report. Does this fix the warning?: #93
Looks like mingw memory.h does not have memmove() in it.
memory.h
memmove()
@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.
Fixed by #93