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

Merge branch '0.27.x'

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