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 572591 - Another batch of "differs in signedness" warnings
Another batch of "differs in signedness" warnings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: 0.10.23
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-20 19:26 UTC by LRN
Modified: 2009-02-23 11:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Casts some pointers on Windows (should be safe, i assume...) (1.55 KB, patch)
2009-02-20 19:27 UTC, LRN
committed Details | Review

Description LRN 2009-02-20 19:26:53 UTC
Please describe the problem:
When building gstreamer (git head) on Windows with MSys/MinGW, gcc throws
a few warnings (treats them as errors) like this:
warning: pointer targets in passing argument X of ‘XXX’ differ in
signedness


Steps to reproduce:
Build gstreamer (git head) on Windows with MSys/MinGW



Actual results:
Build fails (warning is treated as error)

Expected results:
Build completes successfully


Does this happen every time?
Yes


Other information:
Comment 1 LRN 2009-02-20 19:27:33 UTC
Created attachment 129176 [details] [review]
Casts some pointers on Windows (should be safe, i assume...)
Comment 2 Wim Taymans 2009-02-23 11:35:04 UTC
commit 4cd4883ed3846b226260f9e89654b02a74aa4383
Author: LRN <lrn1986 at gmail dot com>
Date:   Mon Feb 23 12:33:13 2009 +0100

    Fix signed when compiling with MSys/MinGW
    
    fix signed issues when compiling with MSys/MinGW.
    Fixes #572591.