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:
authorCampbell Barton <ideasman42@gmail.com>2011-05-09 18:32:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-09 18:32:55 +0400
commit5ba0c2c04906dd45db42380fa56c0044222194ae (patch)
tree7fcc8832f2f10339f982e4217b5eedd94ffc34f6 /source/blender/editors/space_view3d/view3d_snap.c
parent5776d7ff9c24edf516616490377678de5ce3d0a1 (diff)
tag unused arguments, quiet some warnings
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_snap.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_snap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_snap.c b/source/blender/editors/space_view3d/view3d_snap.c
index 14e46a2c65b..12100863cb1 100644
--- a/source/blender/editors/space_view3d/view3d_snap.c
+++ b/source/blender/editors/space_view3d/view3d_snap.c
@@ -191,7 +191,7 @@ static void special_transvert_update(Object *obedit)
}
}
-static void set_mapped_co(void *vuserdata, int index, float *co, float *no, short *no_s)
+static void set_mapped_co(void *vuserdata, int index, float *co, float *UNUSED(no), short *UNUSED(no_s))
{
void ** userdata = vuserdata;
BMEditMesh *em = userdata[0];