summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-12-09 11:32:24 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-12-09 11:32:24 -0800
commitbf78cb5118c86105cc3eca7e476ed7b30b9a0d8b (patch)
treec55616d173efa25f8118ab6080f0b91151adfe36
parent819ce9b5dfa75c6c5d26cc674254c806a690ffad (diff)
blade_exa: Fix -Wimplicit-fallthrough warning
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/blade_exa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blade_exa.c b/src/blade_exa.c
index a3e1ea0..c1f1a19 100644
--- a/src/blade_exa.c
+++ b/src/blade_exa.c
@@ -97,6 +97,7 @@ GetDepth(int depth)
break;
case 15:
ret = 5UL << 29; /* 555 */
+ break;
case 16:
ret = 1UL << 29; /* 565 */
break;