mirror of https://github.com/libsdl-org/SDL
minor style adjustment
This commit is contained in:
parent
3bf7994fe2
commit
acb602d607
|
@ -176,7 +176,7 @@
|
|||
#define _HAS_FALLTHROUGH 0
|
||||
#endif /* __has_attribute */
|
||||
#if _HAS_FALLTHROUGH && \
|
||||
((defined(__GNUC__) && __GNUC__ >= 7) || \
|
||||
((defined(__GNUC__) && __GNUC__ >= 7) || \
|
||||
(defined(__clang_major__) && __clang_major__ >= 10))
|
||||
#define SDL_FALLTHROUGH __attribute__((__fallthrough__))
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue