From c78e44cdc563853c250da78ee78ba622c39126b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Luc=20Peuri=C3=A8re?= Date: Wed, 9 Mar 2005 19:45:59 +0000 Subject: big warning hunt commit lot of casts, added prototypes, missing includes and some true errors --- source/blender/imbuf/intern/hamx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf/intern/hamx.c') diff --git a/source/blender/imbuf/intern/hamx.c b/source/blender/imbuf/intern/hamx.c index 4d75b0d86d6..c72e313c865 100644 --- a/source/blender/imbuf/intern/hamx.c +++ b/source/blender/imbuf/intern/hamx.c @@ -332,7 +332,7 @@ static short dec_hamx(struct ImBuf * ibuf, unsigned char *body, int cmap[]) struct ImBuf *imb_loadanim(int *iffmem, int flags) { int chunk, totlen, len, *mem, cmaplen = 0; - unsigned int *cmap; + unsigned int *cmap = NULL; uchar *body = 0; struct Adat adat; struct ImBuf *ibuf=0; -- cgit v1.2.3