From b62db63c579c47260244a3d44b18a682ef2867af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 13 Jun 2013 17:43:43 +0200 Subject: [PATCH] Platform: added CORRADE_GCC47_COMPATIBILITY to `magnum-info`. --- src/Platform/magnum-info.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Platform/magnum-info.cpp b/src/Platform/magnum-info.cpp index 5879421b8..c9947a167 100644 --- a/src/Platform/magnum-info.cpp +++ b/src/Platform/magnum-info.cpp @@ -67,6 +67,9 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat #ifdef CORRADE_GCC46_COMPATIBILITY d << "CORRADE_GCC46_COMPATIBILITY"; #endif + #ifdef CORRADE_GCC47_COMPATIBILITY + d << "CORRADE_GCC47_COMPATIBILITY"; + #endif #ifdef CORRADE_BUILD_STATIC d << "CORRADE_BUILD_STATIC"; #endif