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-11-10 16:28:26 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-10 16:28:26 +0400
commitdfc30d12292987cde384d999a52a9d52d13bdb2c (patch)
tree4fb07b10b4d8a27c541b0f48aa1681679e1d5d7b /source/blender/editors/space_view3d/drawmesh.c
parentba9794af021696eae92813546a069d902f7988c0 (diff)
quiet some warnings from recent merge
Diffstat (limited to 'source/blender/editors/space_view3d/drawmesh.c')
-rw-r--r--source/blender/editors/space_view3d/drawmesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/drawmesh.c b/source/blender/editors/space_view3d/drawmesh.c
index ade3a65054f..1bc55b8d73f 100644
--- a/source/blender/editors/space_view3d/drawmesh.c
+++ b/source/blender/editors/space_view3d/drawmesh.c
@@ -403,7 +403,7 @@ static int draw_tface__set_draw_legacy(MTFace *tface, int has_mcol, int matnr)
}
}
-static int draw_mcol__set_draw_legacy(MTFace *tface, int has_mcol, int matnr)
+static int draw_mcol__set_draw_legacy(MTFace *UNUSED(tface), int has_mcol, int UNUSED(matnr))
{
if (has_mcol) return 1;
else return 2;