Fixing a few more gcc warnings by adding pointer casts.
This commit is contained in:
@@ -124,7 +124,7 @@ static void save_rendered_image_cb_real(char *name, int confirm)
|
||||
waitcursor(1); /* from screen.c */
|
||||
|
||||
ibuf= IMB_allocImBuf(rres.rectx, rres.recty, G.scene->r.planes, 0, 0);
|
||||
ibuf->rect= rres.rect32;
|
||||
ibuf->rect= (unsigned int *)rres.rect32;
|
||||
ibuf->rect_float= rres.rectf;
|
||||
ibuf->zbuf_float= rres.rectz;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user