GNOME Bugzilla – Bug 588771
recent API change causes aliasing warnings
Last modified: 2009-08-06 19:22:09 UTC
This commit changes the way the SOUP_METHOD_GET define and friends are initialised, and causes strict aliasing warnings from GCC in GStreamer: http://git.gnome.org/cgit/libsoup/commit/?id=aad40ac467d12a188aed01e543aef5016aa4d3cb build output: cc1: warnings being treated as errors gstsouphttpsrc.c: In function ‘gst_soup_http_src_build_message’: /usr/include/glib-2.0/glib/gthread.h:344: error: dereferencing pointer ‘_SOUP_METHOD_GET.111’ does break strict-aliasing rules gstsouphttpsrc.c:1101: note: initialized from here make: *** [libgstsouphttpsrc_la-gstsouphttpsrc.lo] Error 1
*** Bug 590269 has been marked as a duplicate of this bug. ***
fixed in master
*** Bug 590842 has been marked as a duplicate of this bug. ***
*** Bug 590986 has been marked as a duplicate of this bug. ***