[Bug 795765] [base] Compilation fails on GCC 8.0.1

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 4 08:37:38 UTC 2018


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

--- Comment #2 from Edward Hervey <bilboed at bilboed.com> ---
Created attachment 371657
  --> https://bugzilla.gnome.org/attachment.cgi?id=371657&action=edit
video: Silence "restrict" issues with ORC code

The problem is that even though the functions we are calling are
in-place transformation, orc automatically puts the restrict keyword
on all arguments. To silence that warning just create yet-another
variable containing the same value.

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