I have downloaded the source code for glbinding and there is nothing else to
use, so I have changed the placeholder to %p. If it now will complain about the
pointers not being void* and about nothing else, we can surround it with a
macro that I created to shut it up, like this:
FORMAT_WARNINGS_OFF;
molog("Some log %p\n", pointer);
FORMAT_WARNINGS_ON;
I'd like to see the compiler output first though.
--
https://code.launchpad.net/~widelands-dev/widelands/appveyor_fix/+merge/354160
Your team Widelands Developers is requested to review the proposed merge of
lp:~widelands-dev/widelands/appveyor_fix into lp:widelands.
_______________________________________________
Mailing list: https://launchpad.net/~widelands-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~widelands-dev
More help : https://help.launchpad.net/ListHelp