Remove unused macro FALLTHROUGH
Chromium and CEF now use the attribute `[[fallthrough]]`.
This commit is contained in:
parent
55e158fe81
commit
f90d5bc49e
|
@ -251,13 +251,6 @@
|
|||
#define HAS_FEATURE(FEATURE) 0
|
||||
#endif
|
||||
|
||||
// Macro for telling -Wimplicit-fallthrough that a fallthrough is intentional.
|
||||
#if defined(__clang__)
|
||||
#define FALLTHROUGH [[clang::fallthrough]]
|
||||
#else
|
||||
#define FALLTHROUGH
|
||||
#endif
|
||||
|
||||
#if defined(COMPILER_GCC)
|
||||
#define PRETTY_FUNCTION __PRETTY_FUNCTION__
|
||||
#elif defined(COMPILER_MSVC)
|
||||
|
|
Loading…
Reference in New Issue