Commit 2ff41a0e authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.27.x'

parents 60b09342 5aad2f56
......@@ -522,9 +522,7 @@
#endif
#ifndef CYTHON_FALLTHROUGH
#if defined(__clang__) && __has_attribute(fallthrough)
#define CYTHON_FALLTHROUGH __attribute__((fallthrough))
#elif defined(__GNUC__) && defined(__attribute__)
#if !defined(_MSC_VER) && __has_attribute(fallthrough)
#define CYTHON_FALLTHROUGH __attribute__((fallthrough))
#else
#define CYTHON_FALLTHROUGH
......
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