[Bug 777979] Vulkan fails to build on i386
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Feb 1 05:09:55 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=777979
Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |ystreet00 at gmail.com
Resolution|--- |FIXED
Target Milestone|git master |1.11.2
--- Comment #1 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
commit d7bb3b55425b8b6f910fb331046757947896f9dc
Author: Matthew Waters <matthew at centricular.com>
Date: Wed Feb 1 16:05:23 2017 +1100
vkwindow: fix build error on i386
Vulkan handles are either pointers (64-bit) or 64-bit integer
handles (32-bit). Cast the type in failure cases.
vkwindow.c:229:561: error: return makes integer from pointer without a cast
[-Werror=int-conversion]
vkwindow.c:231:194: error: return makes integer from pointer without a cast
[-Werror=int-conversion]
https://bugzilla.gnome.org/show_bug.cgi?id=777979
--
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