OpenASIP  2.0
Macros
CompilerWarnings.hh File Reference

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
 

Detailed Description

Macros to control compiler warnings.

Author
Pekka Jääskeläinen 2015

Definition in file CompilerWarnings.hh.

Macro Definition Documentation

◆ DO_PRAGMA

#define DO_PRAGMA (   x)    _Pragma(#x)

Definition at line 35 of file CompilerWarnings.hh.

◆ IGNORE_CLANG_WARNING

#define IGNORE_CLANG_WARNING (   X)

Definition at line 85 of file CompilerWarnings.hh.

◆ IGNORE_COMPILER_WARNING

#define IGNORE_COMPILER_WARNING (   X)

Definition at line 51 of file CompilerWarnings.hh.

◆ POP_CLANG_DIAGS

#define POP_CLANG_DIAGS

Definition at line 96 of file CompilerWarnings.hh.

◆ POP_COMPILER_DIAGS

#define POP_COMPILER_DIAGS

Definition at line 68 of file CompilerWarnings.hh.