From 7e4b52d17be4462ff9c74907a70370fa154515f1 Mon Sep 17 00:00:00 2001 From: David Turner Date: Fri, 19 Oct 2001 09:17:49 +0000 Subject: getting rid of compiler warnings --- src/smooth/ftgrays.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/smooth') 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 */ -- cgit v1.2.1