GNOME Bugzilla – Bug 675520
Fix compiler warnings on mingw-w64
Last modified: 2012-05-05 18:48:04 UTC
The following patch fixes some compiler warnings on mingw-w64: gstasfmux.c:1415:3: error: format '%u' expects type 'unsigned int', but argument 8 has type 'gsize' gstasfmux.c:1500:5: error: format '%u' expects type 'unsigned int', but argument 8 has type 'gsize' gstasfobjects.c:576:3: error: format '%u' expects type 'unsigned int', but argument 8 has type 'gsize' gstrtpasfpay.c:205:5: error: format '%u' expects type 'unsigned int', but argument 9 has type 'gsize' gsturidownloader.c:230:3: error: format '%u' expects type 'unsigned int', but argument 8 has type 'gsize' gstwrappercamerabinsrc.c:202:3: error: format '%u' expects type 'unsigned int', but argument 10 has type 'gsize' tsdemux.c:1272:3: error: format '%d' expects type 'int', but argument 10 has type 'gsize'
Created attachment 213505 [details] [review] Fix compiler warnings on mingw-w64
Pushed, thanks: commit 93ad7a4d06db89bae40ab6bfa5b1b7a2e614d268 Author: Raimo Järvi <raimo.jarvi@gmail.com> Date: Sat May 5 20:01:46 2012 +0300 Fix printf format compiler warnings on mingw-w64 https://bugzilla.gnome.org/show_bug.cgi?id=675520
(I assume this was for the master branch and does not apply to the 0.10 branch)