mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 09:20:46 +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
|
||||
|
||||
#if __has_attribute(fallthrough)
|
||||
#define __fallthrough__ __attribute__ ((fallthrough))
|
||||
#define __fallthrough__ __attribute__ ((fallthrough));
|
||||
#else
|
||||
#define __fallthrough__
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user