[Bug 759758] build failure with clang, converting one enum type to another

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 22 01:01:00 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=759758

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.7.1

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 9deaacbe340909f9a87855161cbb59d38a369004
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Tue Dec 22 09:58:06 2015 +0100

    ges-validate: Fix compiler warning caused by usage of wrong enum type

    ges-validate.c:237:22: error: implicit conversion from enumeration type
          'GESEdge' to different enumeration type 'GESEditMode'
          [-Werror,-Wenum-conversion]
      GESEditMode edge = GES_EDGE_NONE;
                  ~~~~   ^~~~~~~~~~~~~
    ges-validate.c:277:41: error: implicit conversion from enumeration type
          'GESEditMode' to different enumeration type 'GESEdge'
          [-Werror,-Wenum-conversion]
                  new_layer_priority, mode, edge, position))) {
                                            ^~~~

    https://bugzilla.gnome.org/show_bug.cgi?id=759758

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