mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 11:51:35 +08:00
fixup! Explicitly annotate intentional switch fallthrough
<manual git patch editing failure>
This commit is contained in:
parent
ea1a4b7932
commit
b385772a84
|
@ -200,7 +200,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __has_attribute(fallthrough)
|
#if __has_attribute(fallthrough)
|
||||||
#define __fallthrough__ __attribute__ ((fallthrough))
|
#define __fallthrough__ __attribute__ ((fallthrough));
|
||||||
#else
|
#else
|
||||||
#define __fallthrough__
|
#define __fallthrough__
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user