diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-29 08:21:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-29 08:21:33 +0300 |
commit | 652f5225fbf44e7be8062bb31e3bfd8a70f2344c (patch) | |
tree | b7325fbd6cd1ef83cd6cd209374ccb2076749809 /src/resources/sdlgfxblitfunc.cpp | |
parent | ce17cd4ae249f87cacbe74fadd28b559eb147aac (diff) | |
download | plus-652f5225fbf44e7be8062bb31e3bfd8a70f2344c.tar.gz plus-652f5225fbf44e7be8062bb31e3bfd8a70f2344c.tar.bz2 plus-652f5225fbf44e7be8062bb31e3bfd8a70f2344c.tar.xz plus-652f5225fbf44e7be8062bb31e3bfd8a70f2344c.zip |
Remove clang attributes from sdlgfxblitfunc.cpp
And disable fallthrough warnings in clang 6.0 because it broken.
Diffstat (limited to 'src/resources/sdlgfxblitfunc.cpp')
-rw-r--r-- | src/resources/sdlgfxblitfunc.cpp | 4 |
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 ); \ } |