[Bug 664491] build failure due to compiler warnings on OS X 64bit

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 21 17:28:01 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=664491
  GStreamer | gstreamer (core) | 0.11.x

--- Comment #3 from Matej Knopp <matej.knopp at gmail.com> 2011-11-22 01:27:58 UTC ---
The above warning ( type qualifiers ignored on function return type ) 
is caused by the following line
const gpointer gst_adapter_map (GstAdapter * adapter, gsize size)

according to [1] "const gpointer" is not the same as gconstpointer or const
void *.

[1]
http://old.nabble.com/-Bug-c-35928---New:-type-qualifiers-ignored-on-function-return-type-td16670737.html

-- 
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