Closed fatduckling closed 4 months ago
This is expected, you need to perform that cast when invoking GetProcAddress()
on Windows. The best you can do here is ignore the warning. If you want you can disable it in CMakeLists.txt
to be able to compile with warnings as errors.
Hi I'm using mingw compiler on Debian to cross-compile juice to windows. I'm seeing the following warnings:
I've tried Android, iOS, OSX cross-compilers on Debian and they didn't produce these warnings. It's only for Windows cross-compilation they're appearing.
Thanks