[Mesa-dev] [Bug 100569] core/resource.cpp:36:33: error: non-constant-expression cannot be narrowed from type 'int' to 'int16_t' (aka 'short') in initializer list [-Wc++11-narrowing]

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 5 09:43:13 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=100569

--- Comment #1 from Nicolai Hähnle <nhaehnle at gmail.com> ---
Most likely caused by the recent change to make pipe_box smaller. Changing the
affected cast from (int) to (int16_t) should be sufficient to fix this.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170405/6ab949ed/attachment-0001.html>


More information about the mesa-dev mailing list