[Bug 774293] msvc: fix some warnings, disable others

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Nov 12 14:27:25 UTC 2016


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

--- Comment #14 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Nirbheek Chauhan from comment #13)
> Review of attachment 339660 [details] [review]:
> 
> I think a better way to handle this is to do a cast to guint wherever it is
> used as a guint.

The problem is that it's used as a pointer. You can safely dereference a guint*
casted to SomeEnum*, or the other way around. Conversion of the actual values
happens transparently, just like between the various int types.

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