|
OpenASIP 2.2
|
Go to the source code of this file.
Macros | |
| #define | DO_PRAGMA(x) _Pragma(#x) |
| #define | IGNORE_COMPILER_WARNING(X) |
| #define | POP_COMPILER_DIAGS |
| #define | IGNORE_CLANG_WARNING(X) |
| #define | POP_CLANG_DIAGS |
Macros to control compiler warnings.
Definition in file CompilerWarnings.hh.
| #define DO_PRAGMA | ( | x | ) | _Pragma(#x) |
Definition at line 35 of file CompilerWarnings.hh.
| #define IGNORE_CLANG_WARNING | ( | X | ) |
Definition at line 85 of file CompilerWarnings.hh.
| #define IGNORE_COMPILER_WARNING | ( | X | ) |
Definition at line 51 of file CompilerWarnings.hh.
| #define POP_CLANG_DIAGS |
Definition at line 96 of file CompilerWarnings.hh.
| #define POP_COMPILER_DIAGS |
Definition at line 68 of file CompilerWarnings.hh.