[Bf-blender-cvs] [d216313732] master: Cleanup: Strict compiler flags

Sergey Sharybin noreply at git.blender.org
Wed Jan 18 12:21:52 CET 2017


Commit: d216313732e69317a77de2a9368483f5c922c32c
Author: Sergey Sharybin
Date:   Wed Jan 18 12:20:53 2017 +0100
Branches: master
https://developer.blender.org/rBd216313732e69317a77de2a9368483f5c922c32c

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

===================================================================

M	source/blender/editors/gpencil/gpencil_interpolate.c

===================================================================

diff --git a/source/blender/editors/gpencil/gpencil_interpolate.c b/source/blender/editors/gpencil/gpencil_interpolate.c
index 22aa92e6d7..0d3fa1fc90 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




More information about the Bf-blender-cvs mailing list