xoreos
0.0.5
|
Compiler-specific defines to mark an implicit switch-case fallthrough. More...
Go to the source code of this file.
Macros | |
#define | __has_cpp_attribute(x) 0 |
#define | XOREOS_FALLTHROUGH |
#define | START_IGNORE_IMPLICIT_FALLTHROUGH |
#define | STOP_IGNORE_IMPLICIT_FALLTHROUGH |
Compiler-specific defines to mark an implicit switch-case fallthrough.
Definition in file fallthrough.h.
#define __has_cpp_attribute | ( | x | ) | 0 |
Definition at line 45 of file fallthrough.h.
#define START_IGNORE_IMPLICIT_FALLTHROUGH |
Definition at line 79 of file fallthrough.h.
#define STOP_IGNORE_IMPLICIT_FALLTHROUGH |
Definition at line 80 of file fallthrough.h.
#define XOREOS_FALLTHROUGH |
Definition at line 60 of file fallthrough.h.
Referenced by Sound::WMACodec::decodeExpHuffman(), Common::SeekableWriteStream::evalSeek(), Common::SeekableReadStream::evalSeek(), Aurora::Lua::getRawCppObjectFromStack(), Aurora::Lua::getRawCppObjectFromVariable(), Video::Bink::BinkVideoTrack::readDCTCoeffs(), and Video::Bink::BinkVideoTrack::readResidue().