Cleanup: Strict compiler flags

Also seems the new file forced trailing whitespace, which goes against

  https://wiki.blender.org/index.php/Dev:Doc/Code_Style#Trailing_Space
This commit is contained in:
Sergey Sharybin 2017-01-18 12:20:53 +01:00
parent e138cdeeb6
commit d216313732
1 changed files with 1 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ static int gpencil_interpolate_reverse_poll(bContext *C)
return 1;
}
static int gpencil_interpolate_reverse_exec(bContext *C, wmOperator *op)
static int gpencil_interpolate_reverse_exec(bContext *C, wmOperator *UNUSED(op))
{
/* Go through each layer, deleting the breakdowns around the current frame,
* but only if there is a keyframe nearby to stop at