svga: remove const qualifier from SVGA3D_vgpu10_GenMips() prototype
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 26 Jan 2017 13:18:38 +0000 (13:18 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 27 Jan 2017 17:56:56 +0000 (17:56 +0000)
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>
src/gallium/drivers/svga/svga_cmd.h

index cd2cb6509ea02f0977ce6ae30cf0d7b0b6ff0a83..ab4df5047edd9a37409efb14289e5615400dcab3 100644 (file)
@@ -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