compiler: s/__fallthrough__/__fallthrough/g

parent a3f3659b
......@@ -33,9 +33,9 @@
#endif
#if defined(__GNUC__) && __GNUC__ >= 7 || defined(__clang__)
#define __fallthrough__ __attribute__((fallthrough))
#define __fallthrough __attribute__((fallthrough))
#else
#define __fallthrough__
#define __fallthrough
#endif
#ifndef _noreturn_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment