Compilation error fix for strict flags

This commit is contained in:
Sergey Sharybin 2014-12-31 14:50:27 +05:00
parent f80eb37e21
commit f3e7369d48
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ void GPENCIL_OT_layer_move(wmOperatorType *ot)
/* ********************* Duplicate Layer ************************** */
static int gp_layer_copy_exec(bContext *C, wmOperator *op)
static int gp_layer_copy_exec(bContext *C, wmOperator *UNUSED(op))
{
bGPdata *gpd = ED_gpencil_data_get_active(C);
bGPDlayer *gpl = gpencil_layer_getactive(gpd);