mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
fixup! Explicitly annotate intentional switch fallthrough
<manual git patch editing failure>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user