[Bf-blender-cvs] [ebcea5b9f58] master: Cleanup: warning

Campbell Barton noreply at git.blender.org
Tue Mar 12 22:54:28 CET 2019


Commit: ebcea5b9f583a0c3e6dce234298f25c41e920a9b
Author: Campbell Barton
Date:   Wed Mar 13 08:53:51 2019 +1100
Branches: master
https://developer.blender.org/rBebcea5b9f583a0c3e6dce234298f25c41e920a9b

Cleanup: warning

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

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

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

diff --git a/source/blender/editors/gpencil/annotate_paint.c b/source/blender/editors/gpencil/annotate_paint.c
index 70fa000c929..8d279ffe2a9 100644
--- a/source/blender/editors/gpencil/annotate_paint.c
+++ b/source/blender/editors/gpencil/annotate_paint.c
@@ -1718,6 +1718,8 @@ static void gpencil_draw_status_indicators(bContext *C, tGPsdata *p)
 			/* clear status string */
 			ED_workspace_status_text(C, NULL);
 			break;
+		case GP_STATUS_CAPTURE:
+			break;
 	}
 }



More information about the Bf-blender-cvs mailing list