GNOME Bugzilla – Bug 660294
goom2k1: Fix mingw compiler warnings
Last modified: 2011-09-28 08:28:54 UTC
Warnings when I compile on 64 bit mingw-w64: goom_core.c: In function 'goom_set_resolution': goom_core.c:70:20: error: cast from pointer to integer of different size goom_core.c:70:9: error: cast to pointer from integer of different size goom_core.c:71:31: error: cast from pointer to integer of different size goom_core.c:71:20: error: cast to pointer from integer of different size
Created attachment 197607 [details] [review] Fix warnings
Thanks, pushed (wondering if there isn't some better to way to allocate memory with alignment requirements): commit 827c3aa14b3efd48c68e6ab565b29e6cfc0c0ca9 Author: Raimo Järvi <raimo.jarvi@gmail.com> Date: Wed Sep 28 00:10:09 2011 +0300 goom2k1: Fix compiler warnings on 64 bit mingw-w64 Fixes bug #660294.