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
path: root/source
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-01-18 14:20:53 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-01-18 14:20:53 +0300
commitd216313732e69317a77de2a9368483f5c922c32c (patch)
treed09240c8f92db36f225dce0bc1c778b15fd03397 /source
parente138cdeeb637bb63f2a66728db1c3281ac1fca09 (diff)
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
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/gpencil/gpencil_interpolate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_interpolate.c b/source/blender/editors/gpencil/gpencil_interpolate.c
index 22aa92e6d72..0d3fa1fc90c 100644
--- a/source/blender/editors/gpencil/gpencil_interpolate.c
+++ b/source/blender/editors/gpencil/gpencil_interpolate.c
@@ -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