mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 23:28:06 +02:00
svga: remove const qualifier from SVGA3D_vgpu10_GenMips() prototype
Does not match the function definition or how it's used. Triggers the following warning in AppVeyor svga_cmd_vgpu10.c(1301) : warning C4028: formal parameter 2 different from declaration Cc: Charmaine Lee <charmainel@vmware.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
cf00cc72e9
commit
be3b5e015c
1 changed files with 1 additions and 1 deletions
|
|
@ -664,7 +664,7 @@ SVGA3D_vgpu10_UpdateSubResource(struct svga_winsys_context *swc,
|
|||
|
||||
enum pipe_error
|
||||
SVGA3D_vgpu10_GenMips(struct svga_winsys_context *swc,
|
||||
const SVGA3dShaderResourceViewId shaderResourceViewId,
|
||||
SVGA3dShaderResourceViewId shaderResourceViewId,
|
||||
struct svga_winsys_surface *view);
|
||||
|
||||
enum pipe_error
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue