Squash warning

svn path=/trunk/netsurf/; revision=11954
This commit is contained in:
John Mark Bell 2011-03-09 21:51:49 +00:00
parent 1a1c6baf9c
commit 3292bffcc8

View File

@ -198,7 +198,7 @@ bool bitmap_test_opaque(void *bitmap)
struct bitmap *bm = bitmap;
uint32 p = bm->width * bm->height;
uint32 a = 0;
uint32 *bmi = bm->pixdata;
uint32 *bmi = (uint32 *) bm->pixdata;
assert(bitmap);