HDK
|
#include "SYS_Compiler.h"
Go to the source code of this file.
#define SYS_PRAGMA | ( | X | ) |
SYS_PRAGMA allows one to embed multiple into macros.
Definition at line 22 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_ALLOC_SIZE_LARGER_THAN | ( | ) |
Definition at line 180 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_ATTRIBUTES | ( | ) |
Definition at line 162 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_COMMENT_WARNING | ( | ) |
Definition at line 98 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_DEPRECATED | ( | ) |
Disable deprecation warnings
Definition at line 48 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_FREE_NONHEAP_OBJECT | ( | ) |
Definition at line 117 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_IGNORED_QUALIFIERS | ( | ) |
Definition at line 65 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_INCONSISTENT_OVERRIDE | ( | ) |
Definition at line 131 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_INVALID_OFFSETOF | ( | ) |
Definition at line 124 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_MAYBE_UNINITIALIZED | ( | ) |
Definition at line 138 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_MISMATCHED_NEW_DELETE | ( | ) |
Definition at line 187 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_MISSING_FIELD_INITIALIZERS | ( | ) |
Definition at line 104 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_NON_NULL | ( | ) |
Definition at line 194 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_NON_VIRTUAL_DTOR | ( | ) | SYS_PRAGMA(warning(disable: 4265)) |
Definition at line 110 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_OVERLOADED_VIRTUAL | ( | ) |
Definition at line 59 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_SUGGEST_OVERRIDE | ( | ) |
Definition at line 173 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_UNINITIALIZED | ( | ) |
Definition at line 145 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_UNUSED_BUT_SET_VARIABLE | ( | ) |
Definition at line 92 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_UNUSED_FUNCTION | ( | ) |
Definition at line 71 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_UNUSED_VALUE | ( | ) |
Definition at line 77 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_UNUSED_VARIABLE | ( | ) |
Definition at line 83 of file SYS_Pragma.h.
#define SYS_PRAGMA_DISABLE_VARARGS | ( | ) |
Definition at line 152 of file SYS_Pragma.h.
#define SYS_PRAGMA_POP_WARN | ( | ) |
Definition at line 35 of file SYS_Pragma.h.
#define SYS_PRAGMA_PUSH_WARN | ( | ) |
Temporarily disable warnings. The PUSH/POPs must match!
Definition at line 34 of file SYS_Pragma.h.