浏览代码

- fix [3595689] by requiring gcc 4.6 for the full magic in LogAux.h

Alexander Gessler 12 年之前
父节点
当前提交
cca53d6a04
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/LogAux.h

+ 1 - 1
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) {