Blender Git Commit Log

Git Commits -> Revision b705434

Revision b705434 by Kent Mein (master)
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

5 Modified Paths:

/source/blender/blenkernel/intern/softbody.c (+0, -1) (Diff)
/source/blender/blenkernel/intern/text.c (+3, -2) (Diff)
/source/blender/readblenfile/stub/Makefile (+2, -1) (Diff)
/source/blender/src/editface.c (+1, -1) (Diff)
/source/blender/src/resources.c (+3, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021