mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
fixup! Explicitly annotate intentional switch fallthrough
<manual git patch editing failure>
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
#endif
|
||||
|
||||
#if __has_attribute(fallthrough)
|
||||
#define __fallthrough__ __attribute__ ((fallthrough))
|
||||
#define __fallthrough__ __attribute__ ((fallthrough));
|
||||
#else
|
||||
#define __fallthrough__
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user