From a001437a66377a35319e2dc549353f773a69ffb5 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 15 Sep 2008 23:20:07 +0000 Subject: Potentially squash warnings svn path=/trunk/netsurf/; revision=5341 --- image/jpeg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'image/jpeg.c') diff --git a/image/jpeg.c b/image/jpeg.c index 6bc39766e..7fc0b02e8 100644 --- a/image/jpeg.c +++ b/image/jpeg.c @@ -82,8 +82,8 @@ bool nsjpeg_convert(struct content *c, int w, int h) nsjpeg_term_source }; unsigned int height; unsigned int width; - struct bitmap *bitmap = NULL; - uint8_t *pixels = NULL; + struct bitmap * volatile bitmap = NULL; + uint8_t * volatile pixels = NULL; size_t rowstride; union content_msg_data msg_data; -- cgit v1.2.3