tornavis/source/blender/readblenfile
Kent Mein b705434c72 A couple more simple gcc4.X warnings fixed.
softbody.c I removed an unused var.
text.c added return values to 2 return statements that didn't have anything.
Makefile added $(FIX_STUBS_WARNINGS) to CFLAGS for the stub.
source/blender/src/editface.c  fixed up int vs unsigned int stuff
source/blender/src/resources.c had two vars declared as unsigned char *
and then inputs to them were cast as char * so updated the casts.

Kent
2005-04-28 14:37:15 +00:00
..
intern Reading .blend from runtime closed file handle twice... seemed to crash in 2005-01-20 10:33:11 +00:00
stub A couple more simple gcc4.X warnings fixed. 2005-04-28 14:37:15 +00:00
test updated .c files to include: 2002-11-25 12:02:15 +00:00
BLO_readblenfile.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
Makefile - Revert to NaN makefiles 2004-01-05 00:06:11 +00:00
SConscript Added #!/usr/bin/python standard script identifier to the start of SConscript files. 2004-05-16 13:07:20 +00:00