GNOME Bugzilla – Bug 660083
Fix mingw compiler warnings
Last modified: 2011-09-26 10:17:59 UTC
Warnings when I compile on 64 bit mingw-w64: gstregistry.c: In function 'gst_registry_scan_path_level': gstregistry.c:1219:9: error: format '%ld' expects type 'long int', but argument 8 has type 'time_t' gstregistry.c:1219:9: error: format '%ld' expects type 'long int', but argument 9 has type 'time_t' gststructure.c: In function 'gst_structure_validate_name': gststructure.c:172:5: error: cast from pointer to integer of different size gststructure.c:172:5: error: cast from pointer to integer of different size
Created attachment 197437 [details] [review] Fix warnings
commit 6637d983d3246634824d2dc95850dac2a15dd63e Author: Raimo Järvi <raimo.jarvi@gmail.com> Date: Mon Sep 26 00:30:47 2011 +0300 gst: Fix compiler warnings on 64 bit mingw-w64 Fixes bug #660083.