[Bf-blender-cvs] [642b27f] alembic_pointcache: Unused function parameter.

Lukas Tönne noreply at git.blender.org
Thu Oct 16 16:53:51 CEST 2014


Commit: 642b27fed1dc8f15119a34778b5f0cf608f9c3f9
Author: Lukas Tönne
Date:   Sat Nov 30 16:28:41 2013 +0100
Branches: alembic_pointcache
https://developer.blender.org/rB642b27fed1dc8f15119a34778b5f0cf608f9c3f9

Unused function parameter.

===================================================================

M	source/blender/blenloader/intern/readfile.c

===================================================================

diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 537d47c..2615545 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -7357,7 +7357,7 @@ static void do_versions_userdef(FileData *fd, BlendFileData *bfd)
 
 }
 
-static void do_versions_pointcache(ID *id, PointCache *cache)
+static void do_versions_pointcache(ID *UNUSED(id), PointCache *cache)
 {
 	int oldflag = cache->flag;
 	int cache_flag = 0, cache_state_flag = 0;




More information about the Bf-blender-cvs mailing list