From: Michal Krol Date: Sun, 14 Sep 2008 17:04:53 +0000 (+0200) Subject: draw: Silence compiler warnings on Windows. X-Git-Tag: 062012170305~17580^2~496^2~708 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e852232ebf256d1587ae0d456c366553749fd275;p=profile%2Fivi%2Fmesa.git draw: Silence compiler warnings on Windows. --- diff --git a/src/gallium/auxiliary/draw/draw_vs_exec.c b/src/gallium/auxiliary/draw/draw_vs_exec.c index 8041705..79a19d6 100644 --- a/src/gallium/auxiliary/draw/draw_vs_exec.c +++ b/src/gallium/auxiliary/draw/draw_vs_exec.c @@ -46,7 +46,7 @@ struct exec_vertex_shader { struct draw_vertex_shader base; struct tgsi_exec_machine *machine; - struct tgsi_token *machine_tokens; + const struct tgsi_token *machine_tokens; }; static struct exec_vertex_shader *exec_vertex_shader( struct draw_vertex_shader *vs )