Potentially squash warnings

svn path=/trunk/netsurf/; revision=5341
This commit is contained in:
John Mark Bell 2008-09-15 23:20:07 +00:00
parent 18fef974ef
commit a001437a66
1 changed files with 2 additions and 2 deletions

View File

@ -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;