mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-04 16:08:39 +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…
x
Reference in New Issue
Block a user