After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 660294 - goom2k1: Fix mingw compiler warnings
goom2k1: Fix mingw compiler warnings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Windows
: Normal minor
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-27 21:20 UTC by Raimo Järvi
Modified: 2011-09-28 08:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix warnings (1.06 KB, patch)
2011-09-27 21:23 UTC, Raimo Järvi
committed Details | Review

Description Raimo Järvi 2011-09-27 21:20:23 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
Comment 1 Raimo Järvi 2011-09-27 21:23:41 UTC
Created attachment 197607 [details] [review]
Fix warnings
Comment 2 Tim-Philipp Müller 2011-09-28 08:28:41 UTC
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.