Blender Git Commit Log
Git Commits -> Revision b705434
April 28, 2005, 14:37 (GMT) |
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 |
Commit Details:
Full Hash: b705434c72ec268e0a2c23124d679a7d1b8c0a69
SVN Revision: 4325
Parent Commit: 1d97a44
Lines Changed: +9, -8