[gstreamer-bugs] [Bug 627910] New: Warnings emitted when -Wcast-qual used

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 24 22:38:28 PDT 2010


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

           Summary: Warnings emitted when -Wcast-qual used
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: whydoubt at yahoo.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=168705)
 View: https://bugzilla.gnome.org/attachment.cgi?id=168705
 Review: https://bugzilla.gnome.org/review?bug=627910&attachment=168705

Clean up warnings emitted when -Wcast-qual used

When another project includes certain gstreamer headers and is using the
-Wcast-qual compiler flag, several warnings show up.  Most are easy to correct.
The only questionable fix is with gst_byte_writer_set_pos, where there is a
small
change to the API, to what it probably should have been in the first place,
i.e. the first parameter should not have been const in the case of a 'setter'
function.

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