Mantid
Loading...
Searching...
No Matches
Macros
WarningSuppressions.h File Reference

Go to the source code of this file.

Macros

#define GNU_DIAG_OFF(x)
 This is a collection of macros for turning compiler warnings off in a controlled manner. More...
 
#define GNU_DIAG_OFF_SUGGEST_OVERRIDE
 
#define GNU_DIAG_ON(x)
 
#define GNU_DIAG_ON_SUGGEST_OVERRIDE
 
#define GNU_UNUSED_FUNCTION
 
#define MSVC_DIAG_OFF(x)
 
#define MSVC_DIAG_ON(x)
 

Macro Definition Documentation

◆ GNU_DIAG_OFF

#define GNU_DIAG_OFF (   x)

This is a collection of macros for turning compiler warnings off in a controlled manner.

The work is based on http://dbp-consulting.com/tutorials/SuppressingGCCWarnings.html

Definition at line 73 of file WarningSuppressions.h.

◆ GNU_DIAG_OFF_SUGGEST_OVERRIDE

#define GNU_DIAG_OFF_SUGGEST_OVERRIDE

Definition at line 100 of file WarningSuppressions.h.

◆ GNU_DIAG_ON

#define GNU_DIAG_ON (   x)

Definition at line 74 of file WarningSuppressions.h.

◆ GNU_DIAG_ON_SUGGEST_OVERRIDE

#define GNU_DIAG_ON_SUGGEST_OVERRIDE

Definition at line 101 of file WarningSuppressions.h.

◆ GNU_UNUSED_FUNCTION

#define GNU_UNUSED_FUNCTION

Definition at line 108 of file WarningSuppressions.h.

◆ MSVC_DIAG_OFF

#define MSVC_DIAG_OFF (   x)

Definition at line 86 of file WarningSuppressions.h.

◆ MSVC_DIAG_ON

#define MSVC_DIAG_ON (   x)

Definition at line 87 of file WarningSuppressions.h.