summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/resources/sdlgfxblitfunc.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/resources/sdlgfxblitfunc.cpp b/src/resources/sdlgfxblitfunc.cpp
index 09843f568..d5e3268c7 100644
--- a/src/resources/sdlgfxblitfunc.cpp
+++ b/src/resources/sdlgfxblitfunc.cpp
@@ -45,13 +45,9 @@ 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 ); \
}