GNOME Bugzilla – Bug 141010
When compiling queryloaders.c gcc generates warning that dereferencing type-punned pointer breaks strict-aliasing rules
Last modified: 2010-07-10 04:04:53 UTC
Issue resides in query_module function, where it uses g_module_query. Fix below. Also note: this issue is in gtk+-2.2 *and* in gtk+-2.4.
Created attachment 27039 [details] [review] Fix strict aliasing warning
Introducing redundant variables all over the place is not the right answer to a dumb compiler...