GNOME Bugzilla – Bug 657522
directdrawsink: Fix warnings on 64 bit mingw-w64
Last modified: 2012-02-14 00:11:13 UTC
Compiling with 64 bit mingw-w64 produces some warnings: gstdirectdrawsink.c:1561:24: error: assignment from incompatible pointer type gstdirectdrawsink.c:2028:3: error: format '%d' expects type 'int', but argument 8 has type 'size_t'
Created attachment 194935 [details] [review] Fix warnings
Looks good.
commit ac681a6efd8ee4f4046fb93764a351a87566cde2 Author: Raimo Järvi <raimo.jarvi@gmail.com> Date: Sat Aug 27 20:58:48 2011 +0300 directdrawsink: Fix warnings on 64 bit mingw-w64 gstdirectdrawsink.c:1561:24: error: assignment from incompatible pointer type gstdirectdrawsink.c:2028:3: error: format '%d' expects type 'int', but argument 8 has type 'size_t' https://bugzilla.gnome.org/show_bug.cgi?id=657522