[Bug 653137] Warnings in Gstreamer (core) with Clang compiler

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 21 15:29:53 PDT 2011


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

--- Comment #1 from Koop Mast (kwm) <kwm at FreeBSD.org> 2011-06-21 22:29:51 UTC ---
gstsegment.c:343:20: error: implicit conversion from enumeration type
      'GstSeekFlags' to different enumeration type 'GstSegmentFlags'
      [-Werror,-Wconversion]
  segment->flags = flags;
                 ~ ^~~~~
1 error generated.

I have no idea how to deal with this. Casting it to GstSegmentFlags works but I
have no idea how correct that is.

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