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-02-24 20:57:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-24 20:57:35 +0300
commitb8e3f4ee30ccebce915eac8b8c7ab4b8b343c79e (patch)
tree5bb29a42e32879c4a40cd52704d9aaf6d3c8fef7 /source/blender/editors/sculpt_paint
parent197a57db697048d84eff6ba71f9ead16c49ccae2 (diff)
fix for cmake not having the correct svn revision in buildinfo, now generate a header every build with the time, date, svn revision.
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_utils.c b/source/blender/editors/sculpt_paint/paint_utils.c
index b02c0db7da4..000db4c28f2 100644
--- a/source/blender/editors/sculpt_paint/paint_utils.c
+++ b/source/blender/editors/sculpt_paint/paint_utils.c
@@ -395,7 +395,7 @@ void PAINT_OT_face_select_hide(wmOperatorType *ot)
RNA_def_boolean(ot->srna, "unselected", 0, "Unselected", "Hide unselected rather than selected objects.");
}
-static int face_select_reveal_exec(bContext *C, wmOperator *op)
+static int face_select_reveal_exec(bContext *C, wmOperator *UNUSED(op))
{
Object *ob= CTX_data_active_object(C);
paintface_reveal(ob);