summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/resources/sdlgfxblitfunc.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/sdlgfxblitfunc.cpp b/src/resources/sdlgfxblitfunc.cpp
index d5e3268c7..09843f568 100644
--- a/src/resources/sdlgfxblitfunc.cpp
+++ b/src/resources/sdlgfxblitfunc.cpp
@@ -45,9 +45,13 @@ PRAGMA48(GCC diagnostic pop)
{ \
case 0: do { \
pixel_copy_increment; \
+ CLANG_FALLTHROUGH \
case 3: pixel_copy_increment; \
+ CLANG_FALLTHROUGH \
case 2: pixel_copy_increment; \
+ CLANG_FALLTHROUGH \
case 1: pixel_copy_increment; \
+ CLANG_FALLTHROUGH \
default: ; \
} while (--n > 0 ); \
}