|
|
|
@ -34,6 +34,10 @@ |
|
|
|
#include "Magnum/Trade/AbstractImporter.h" |
|
|
|
#include "Magnum/Trade/AbstractImporter.h" |
|
|
|
#include "Magnum/Trade/ImageData.h" |
|
|
|
#include "Magnum/Trade/ImageData.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef CORRADE_TARGET_GCC |
|
|
|
|
|
|
|
#pragma GCC diagnostic push |
|
|
|
|
|
|
|
#pragma GCC diagnostic ignored "-Wold-style-cast" |
|
|
|
|
|
|
|
#endif |
|
|
|
#ifdef CORRADE_TARGET_CLANG_CL |
|
|
|
#ifdef CORRADE_TARGET_CLANG_CL |
|
|
|
/* SDL does #pragma pack(push,8) and #pragma pack(pop,8) in different headers
|
|
|
|
/* SDL does #pragma pack(push,8) and #pragma pack(pop,8) in different headers
|
|
|
|
(begin_code.h and end_code.h) and clang-cl doesn't like that, even though it |
|
|
|
(begin_code.h and end_code.h) and clang-cl doesn't like that, even though it |
|
|
|
@ -45,6 +49,9 @@ |
|
|
|
#ifdef CORRADE_TARGET_CLANG_CL |
|
|
|
#ifdef CORRADE_TARGET_CLANG_CL |
|
|
|
#pragma clang diagnostic pop |
|
|
|
#pragma clang diagnostic pop |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifdef CORRADE_TARGET_GCC |
|
|
|
|
|
|
|
#pragma GCC diagnostic pop |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#ifdef MAGNUM_TARGET_GL |
|
|
|
#ifdef MAGNUM_TARGET_GL |
|
|
|
#include "Magnum/GL/DefaultFramebuffer.h" |
|
|
|
#include "Magnum/GL/DefaultFramebuffer.h" |
|
|
|
|