Commit 69787260 authored by Carlos Llamas's avatar Carlos Llamas
Browse files

drm: samsung: fix implicit fall-through errors



Fixes several -Wimplicit-fallthrough errors similar to:

  display/samsung/exynos_drm_debug.c:109:2:
  error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]
        case DPU_EVT_DECON_FRAMEDONE:
        ^
  display/samsung/exynos_drm_debug.c:109:2:
  note: insert '__attribute__((fallthrough));' to silence this warning
        case DPU_EVT_DECON_FRAMEDONE:
        ^
        __attribute__((fallthrough));
  display/samsung/exynos_drm_debug.c:109:2:
  note: insert 'break;' to avoid fall-through
        case DPU_EVT_DECON_FRAMEDONE:
        ^
        break;

Bug: 215617713
Signed-off-by: default avatarCarlos Llamas <cmllamas@google.com>
Change-Id: I5f8976441ea0031efbef0c546ee3f3181886af20
parent 6d49bb79
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment