[01:32:48] --- DominusExult is now known as Dominus
[01:59:53] <GitHub> [exult] marzojr pushed 15 new commits to master: https://git.io/vwSF8
[01:59:53] <GitHub> exult/master bc99a64 Marzo Sette Torres Junior: shapes/data_utils.h: Fixed left-over -Wunused-parameter warnings (found by clang).
[01:59:53] <GitHub> exult/master 9fa315e Marzo Sette Torres Junior: * files/zip/*.h,mapedit/studio.h: Fixing clang's -Wmismatched-tags warnings.
[01:59:53] <GitHub> exult/master b429f4c Marzo Sette Torres Junior: * mapedit/shapelst.cc, shapes/fontgen.cc: Eliminated -Wold-style-cast which...
[02:18:24] <Marzo> Posting a wall of text?
[05:19:02] <Dominus> actually no. I was fast asleep and wrote nothing... still got kicked due to excess flood... :)
[16:01:41] <Malignant_Manor> Marzo: do you know how to fix this error?
[16:01:43] <Malignant_Manor> ./sdl-compat.h:40:12: warning: 'int SDL_putenv(const char*)' defined but not used [-Wunused-function]
[18:01:47] <Malignant_Manor> I can't compile tools with SDL2. mockup and smooth use SDL_SetModuleHandle which isn't in SDL2.
[18:03:17] <Dominus> Malignant_Manor: curious, I thought these were independent of SDL
[18:03:31] <Malignant_Manor> Apparently not
[18:03:59] <Malignant_Manor> I know that SDL.dll is distributed with tools and is required
[18:26:39] <Malignant_Manor> TODO: Only update the necessary portion of the screen. Seem to get flicker like crazy or some other ill effect no matter what I try. -Lanica 08/28/2013
[18:31:51] <Dominus> I'm a bit surprised since mocup seems to rely on sdl_image.h
[18:31:56] <Dominus> mockup
[18:33:41] <Dominus> smooth, too
[18:34:31] <Dominus> well, they aren't included in our usual autotools magic...
[18:39:32] <Malignant_Manor> Once I compile again and double check warnings I should have eliminated unused warnings except for SDL_putenv in SDL2 Windows and Mac (with studio support)
[18:57:23] <Dominus> I'll have to apply the latest commits to exult-ios to check whether the xcode warnings have been greatly reduced now :)
[18:59:22] <GitHub> [exult] malignantmanor pushed 1 new commit to master: https://git.io/vwQva
[18:59:22] <GitHub> exult/master 5120ed6 Malignant Manor: * Fix various unused warning specific to SDL2, !HAVE_OPENGL, and Windows