[gstreamer-bugs] [Bug 615698] "warning: cast increases required alignment of target type" with gcc 4.2.1 on arm

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 14 04:17:08 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=615698
  GStreamer | gstreamer (core) | git

--- Comment #2 from Benjamin Otte (Company) <otte at gnome.org> 2010-04-14 11:17:04 UTC ---
Created an attachment (id=158707)
 View: https://bugzilla.gnome.org/attachment.cgi?id=158707
 Review: https://bugzilla.gnome.org/review?bug=615698&attachment=158707

configure: Remove -Wcast-align

Apparently gcc warns that GstMiniObject is not castable to
GstEvent/Message/Buffer due to them containing 64bit variables, even
though ARM hackers claim that those only need 4byte alignment. And as
long as gcc behaves that way, this warning is not very useful.

So we'll remove the warning until this problem is fixed.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list