diff --git a/external/SDL2/SDL_stdinc.h b/external/SDL2/SDL_stdinc.h index fc0b72b0b..5d9d7e7a1 100644 --- a/external/SDL2/SDL_stdinc.h +++ b/external/SDL2/SDL_stdinc.h @@ -349,9 +349,7 @@ SDL_FORCE_INLINE void SDL_memset4(void *dst, int val, size_t len) return; switch (len % 4) { - case 0: - [[fallthrough]]; - do { *_p++ = _val; + case 0: do { *_p++ = _val; [[fallthrough]]; case 3: *_p++ = _val; [[fallthrough]];