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:
authorDalai Felinto <dfelinto@gmail.com>2019-02-26 22:22:17 +0300
committerDalai Felinto <dfelinto@gmail.com>2019-02-26 23:31:52 +0300
commit3d59599afe71d522f62288f01ad53ceb50b572e6 (patch)
tree08c19334e357d9af0873498292b6577afa171f86 /source/blender/editors/gpencil/gpencil_edit.c
parentb4db7d80f18b4afb8b02122c0c6ea2813b56f56c (diff)
Grease Pencil: Silence warning
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_edit.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_edit.c b/source/blender/editors/gpencil/gpencil_edit.c
index cfb32c5b5ef..4ba74582774 100644
--- a/source/blender/editors/gpencil/gpencil_edit.c
+++ b/source/blender/editors/gpencil/gpencil_edit.c
@@ -3563,7 +3563,7 @@ void GPENCIL_OT_stroke_simplify_fixed(wmOperatorType *ot)
}
/* ******************* Stroke trim ************************** */
-static int gp_stroke_trim_exec(bContext *C, wmOperator *op)
+static int gp_stroke_trim_exec(bContext *C, wmOperator *UNUSED(op))
{
bGPdata *gpd = ED_gpencil_data_get_active(C);