mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-07 06:55:36 +00:00
minor style adjustment
This commit is contained in:
parent
3bf7994fe2
commit
acb602d607
|
@ -176,7 +176,7 @@
|
||||||
#define _HAS_FALLTHROUGH 0
|
#define _HAS_FALLTHROUGH 0
|
||||||
#endif /* __has_attribute */
|
#endif /* __has_attribute */
|
||||||
#if _HAS_FALLTHROUGH && \
|
#if _HAS_FALLTHROUGH && \
|
||||||
((defined(__GNUC__) && __GNUC__ >= 7) || \
|
((defined(__GNUC__) && __GNUC__ >= 7) || \
|
||||||
(defined(__clang_major__) && __clang_major__ >= 10))
|
(defined(__clang_major__) && __clang_major__ >= 10))
|
||||||
#define SDL_FALLTHROUGH __attribute__((__fallthrough__))
|
#define SDL_FALLTHROUGH __attribute__((__fallthrough__))
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue