widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #14438
Re: [Merge] lp:~widelands-dev/widelands/appveyor_fix into lp:widelands
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.
References