GNOME Bugzilla – Bug 572591
Another batch of "differs in signedness" warnings
Last modified: 2009-02-23 11:35:04 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:
Created attachment 129176 [details] [review] Casts some pointers on Windows (should be safe, i assume...)
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.