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.
This commit is contained in:
Sergey Sharybin 2020-12-28 09:57:59 +01:00
parent e590d2d167
commit e0b6c8f777
1 changed files with 1 additions and 0 deletions

View File

@ -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: