xoreos  0.0.5
Macros
fallthrough.h File Reference

Compiler-specific defines to mark an implicit switch-case fallthrough. More...

This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Compiler-specific defines to mark an implicit switch-case fallthrough.

Definition in file fallthrough.h.

Macro Definition Documentation

◆ __has_cpp_attribute

#define __has_cpp_attribute (   x)    0

Definition at line 45 of file fallthrough.h.

◆ START_IGNORE_IMPLICIT_FALLTHROUGH

#define START_IGNORE_IMPLICIT_FALLTHROUGH

Definition at line 79 of file fallthrough.h.

◆ STOP_IGNORE_IMPLICIT_FALLTHROUGH

#define STOP_IGNORE_IMPLICIT_FALLTHROUGH

Definition at line 80 of file fallthrough.h.

◆ XOREOS_FALLTHROUGH

#define XOREOS_FALLTHROUGH