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
diff options
context:
space:
mode:
authorSergey Sharybin <sergey@blender.org>2020-12-28 11:57:59 +0300
committerSergey Sharybin <sergey@blender.org>2020-12-28 11:57:59 +0300
commite0b6c8f77743d1fa489bc574cbfe1ef4f3415342 (patch)
treecc55f6cf7d24504a4eb0059307b948b1b6a3127b /source/blender/editors/space_outliner/space_outliner.c
parente590d2d167ba7c37f5b129ddc5a592c28dd6f893 (diff)
Fix possible fall-through in outliner region listener
Reported as a strict compiler warning, and the need of fall-through is not needed from just reading the code. If it is something what must happen, the reasoning is to be explained in the comment, and ATTR_FALLTHROUGH is to be used.
Diffstat (limited to 'source/blender/editors/space_outliner/space_outliner.c')
-rw-r--r--source/blender/editors/space_outliner/space_outliner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/space_outliner.c b/source/blender/editors/space_outliner/space_outliner.c
index 06946e4c90b..57a063a01ca 100644
--- a/source/blender/editors/space_outliner/space_outliner.c
+++ b/source/blender/editors/space_outliner/space_outliner.c
@@ -118,6 +118,7 @@ static void outliner_main_region_listener(wmWindow *UNUSED(win),
ED_region_tag_redraw(region);
break;
}
+ break;
case NC_SCENE:
switch (wmn->data) {
case ND_OB_ACTIVE: