Summary: | fd6_blitter.c:724:31: error: passing 'const struct pipe_resource *' to parameter of type 'struct pipe_resource *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers] | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Drivers/Gallium/Freedreno | Assignee: | Rob Clark <robclark> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | not set | ||
Priority: | not set | Keywords: | bisected, regression |
Version: | 19.2 | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2019-09-11 19:41:27 UTC
fwiw, will be fixed by: https://gitlab.freedesktop.org/robclark/mesa/commit/983368942bbc89707047dccb146fa7f6155aa6dc (just testing some other changes on that branch before pushing a MR.. but if this is blocking you feel free to push it earlier) commit 966b7c3ed21092deabe4dadccca07dcf34ddd6e8 Author: Rob Clark <robdclark@chromium.org> Date: Wed Sep 11 09:52:53 2019 -0700 freedreno: fix compiler warning fd6_blitter.c:724:31: warning: passing argument 1 of ‘fd_resource_level_linear’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Eric Anholt <eric@anholt.net> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.