blender/source/creator
Campbell Barton 2a331067cc resolve some compiler warnings with intel c/c++ compiler
* subsurf code had a lot of unused variables, removed these where they are obviously not needed. commented if they could be useful later.
* some variables declorations hide existing variables (many of these left), but fixed some that could cause confusion.
* removed unused vars
* obscure python memory leak with colorband.
* make_sample_tables had a loop running wasnt used.
* if 0'd functions in arithb.c that are not used yet.
* made many functions static
2008-09-29 17:08:11 +00:00
..
buildinfo.c Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
CMakeLists.txt binreloc include was wrong for make, removed last YESIAMSTUPID 2008-09-25 08:41:11 +00:00
creator.c resolve some compiler warnings with intel c/c++ compiler 2008-09-29 17:08:11 +00:00
Makefile binreloc include was wrong for make, removed last YESIAMSTUPID 2008-09-25 08:41:11 +00:00
SConscript Merge of first part of changes from the apricot branch, especially 2008-09-04 20:51:28 +00:00