|
Electroneum
|
#include <boost/preprocessor/stringize.hpp>

Go to the source code of this file.
Macros | |
| #define | PUSH_WARNINGS _Pragma("GCC diagnostic push") |
| #define | POP_WARNINGS _Pragma("GCC diagnostic pop") |
| #define | DISABLE_VS_WARNINGS(w) |
| #define | DISABLE_GCC_WARNING DISABLE_GCC_AND_CLANG_WARNING |
| #define | DISABLE_CLANG_WARNING(w) |
| #define | DISABLE_GCC_AND_CLANG_WARNING(w) _Pragma(BOOST_PP_STRINGIZE(GCC diagnostic ignored BOOST_PP_STRINGIZE(-W##w))) |
| #define DISABLE_CLANG_WARNING | ( | w | ) |
Definition at line 25 of file warnings.h.
| #define DISABLE_GCC_AND_CLANG_WARNING | ( | w | ) | _Pragma(BOOST_PP_STRINGIZE(GCC diagnostic ignored BOOST_PP_STRINGIZE(-W##w))) |
Definition at line 28 of file warnings.h.
| #define DISABLE_GCC_WARNING DISABLE_GCC_AND_CLANG_WARNING |
Definition at line 24 of file warnings.h.
| #define DISABLE_VS_WARNINGS | ( | w | ) |
Definition at line 18 of file warnings.h.
| #define POP_WARNINGS _Pragma("GCC diagnostic pop") |
Definition at line 17 of file warnings.h.
| #define PUSH_WARNINGS _Pragma("GCC diagnostic push") |
Definition at line 16 of file warnings.h.