GNOME Bugzilla – Bug 734737
GCC warns about various things when building GTK+ on W32
Last modified: 2014-08-13 23:42:29 UTC
This is most of what is left after bug 734735 and bug 734736 are fixed. Improper casts and types mostly, although the warning about sizeof (key_state) may as well be a bug (due to array decay sizeof() returns size of a pointer), and base_datadir = _gtk_get_datadir(); is clearly an attempt to free something that shouldn't be freed.
Created attachment 283322 [details] [review] Fix various warnings
Review of attachment 283322 [details] [review]: ok
Attachment 283322 [details] pushed as a0faf5a - Fix various warnings