From 314b14301fd565b93bbb75697c29b109eacf813d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 15 Aug 2009 16:36:25 +0000 Subject: 2.5: warning fixes Directories intern/ and source/blender/ now compile warning free again here with scons/gcc. --- source/blender/blenloader/intern/readfile.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'source/blender/blenloader') diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c index 4515032218e..fc9cd47f1c2 100644 --- a/source/blender/blenloader/intern/readfile.c +++ b/source/blender/blenloader/intern/readfile.c @@ -9208,8 +9208,8 @@ static void do_versions(FileData *fd, Library *lib, Main *main) Tex *tx; ParticleSettings *part; Object *ob; - PTCacheID *pid; - ListBase pidlist; + //PTCacheID *pid; + //ListBase pidlist; bSound *sound; Sequence *seq; @@ -9358,14 +9358,13 @@ static void do_versions(FileData *fd, Library *lib, Main *main) /* TODO: should be moved into one of the version blocks once this branch moves to trunk and we can bump the version (or sub-version.) */ { - World *wo; Object *ob; Material *ma; Tex *tex; Scene *sce; ToolSettings *ts; - PTCacheID *pid; - ListBase pidlist; + //PTCacheID *pid; + //ListBase pidlist; int i, a; for(ob = main->object.first; ob; ob = ob->id.next) { -- cgit v1.2.3