Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-08-15 20:36:25 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-08-15 20:36:25 +0400
commit314b14301fd565b93bbb75697c29b109eacf813d (patch)
treef3e759c2040a58928975ca379f4eada8f171a915 /source/blender/blenloader
parentde330b0d5c341a86ad3413c420edd2702288d1e0 (diff)
2.5: warning fixes
Directories intern/ and source/blender/ now compile warning free again here with scons/gcc.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c9
1 files changed, 4 insertions, 5 deletions
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) {