From cca53d6a04ec3d3f3a2b07225bb6e6d694367e1d Mon Sep 17 00:00:00 2001 From: Alexander Gessler Date: Thu, 28 Mar 2013 14:30:45 +0100 Subject: [PATCH] - fix [3595689] by requiring gcc 4.6 for the full magic in LogAux.h --- code/LogAux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/LogAux.h b/code/LogAux.h index ba6f6f464..58a605215 100644 --- a/code/LogAux.h +++ b/code/LogAux.h @@ -89,7 +89,7 @@ public: } // https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3358562&group_id=226462 -#if !defined(__GNUC__) || !defined(__APPLE__) || __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) +#if !defined(__GNUC__) || !defined(__APPLE__) || __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6) // ------------------------------------------------------------------------------------------------ static void LogWarn (const char* message) {