[Bf-committers] casting problem with mipspro

John K. Walton bf-committers@blender.org
Thu, 5 Dec 2002 09:15:08 -0500 (EST)


in the original blender i had to cast statements like this:

longjmp(png_jmpbuf(png_ptr), 1);

to:

longjmp((__uint64_t *) png_jmpbuf(png_ptr), 1);

this is in the imbuf/intern/png_encode.c code

can someone comment on/fix this please?

thanks!
john