Merge branch 'v0.21.x'
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
|
||||
#if GCC_CHECK_VERSION(7,0)
|
||||
#define gcc_fallthrough __attribute__((fallthrough))
|
||||
#elif CLANG_CHECK_VERSION(10,0)
|
||||
#elif CLANG_CHECK_VERSION(10,0) && defined(__cplusplus)
|
||||
#define gcc_fallthrough [[fallthrough]]
|
||||
#else
|
||||
#define gcc_fallthrough
|
||||
|
Reference in New Issue
Block a user