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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat May 5 08:32:14 UTC 2018


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

Edward Hervey <bilboed at bilboed.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #371657|accepted-commit_now         |committed
             status|                            |

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

I'll also backport it to 1.14

commit 1a1570bb1e388022e5f9819931c2edfa50440f25 (HEAD -> master, origin/master,
origin/HEAD)
Author: Edward Hervey <edward at centricular.com>
Date:   Fri May 4 10:35:36 2018 +0200

    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.

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

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