summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-10-10 01:31:34 +0100
committerAlan Hourihane <alanh@tungstengraphics.com>2008-10-10 01:31:34 +0100
commitca5224945ae11d3c2e80fd39b7e08464d019bbdd (patch)
tree33081f44d5a50e2d0bf0da9bd86a749076c10d18 /src
parentdb9de99925ee7d16ef2e99d41510e7231aa25366 (diff)
gallium: silence warning
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/draw/draw_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h
index 626a2e3e30..40a72c9dcf 100644
--- a/src/gallium/auxiliary/draw/draw_private.h
+++ b/src/gallium/auxiliary/draw/draw_private.h
@@ -193,7 +193,7 @@ struct draw_context
const float (*aligned_constants)[4];
- float (*aligned_constant_storage)[4];
+ const float (*aligned_constant_storage)[4];
unsigned const_storage_size;