From: Brian Date: Thu, 28 Feb 2008 00:21:01 +0000 (-0700) Subject: gallium/i965: added const to silence warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=46da2f42a8e1bd88086cc17afc58738956d8b699;p=mesa.git gallium/i965: added const to silence warning --- diff --git a/src/gallium/drivers/i965simple/brw_vs.h b/src/gallium/drivers/i965simple/brw_vs.h index 0e58f043b02..070f9dfcaef 100644 --- a/src/gallium/drivers/i965simple/brw_vs.h +++ b/src/gallium/drivers/i965simple/brw_vs.h @@ -52,7 +52,7 @@ struct brw_vs_compile { struct brw_vs_prog_key key; struct brw_vs_prog_data prog_data; - struct brw_vertex_program *vp; + const struct brw_vertex_program *vp; unsigned nr_inputs;