summaryrefslogtreecommitdiff
path: root/src/smooth
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2001-10-19 09:17:49 +0000
committerDavid Turner <david@freetype.org>2001-10-19 09:17:49 +0000
commit7e4b52d17be4462ff9c74907a70370fa154515f1 (patch)
treeb6943c10d1ea6e387baff35606b619aabb150699 /src/smooth
parent3b9f1e096dcf120912822cecd663cdfefe476686 (diff)
downloadfreetype2-7e4b52d17be4462ff9c74907a70370fa154515f1.tar.gz
getting rid of compiler warnings
Diffstat (limited to 'src/smooth')
-rw-r--r--src/smooth/ftgrays.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c
index 3b8fa7029..5f2aef9fb 100644
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -1748,10 +1748,11 @@
static int
gray_convert_glyph( RAS_ARG )
{
- TBand bands[40], *band;
- int n, num_bands;
- TPos min, max, max_y;
- FT_BBox* clip;
+ TBand bands[40];
+ volatile TBand* band;
+ volatile int n, num_bands;
+ volatile TPos min, max, max_y;
+ FT_BBox* clip;
/* Set up state in the raster object */