diff options
author | smatz <smatz@openttd.org> | 2011-03-19 20:19:27 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2011-03-19 20:19:27 +0000 |
commit | 9910e25073b496fa182e53c8d7c9aec3a043b3c8 (patch) | |
tree | aafc9f426f17be7032cc398fc47a722bcdac2894 /readme.txt | |
parent | 1377ff6588fb12868e9c09e152150960bd6c5233 (diff) | |
download | openttd-9910e25073b496fa182e53c8d7c9aec3a043b3c8.tar.xz |
(svn r22264) -Document: GCC 4.7 is supported too, though it gives a false warning about freeing non-heap objects
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt index 9c31e6003..8208219e4 100644 --- a/readme.txt +++ b/readme.txt @@ -445,9 +445,9 @@ you remove the graphics file using "make maintainer-clean". The following compilers are known to compile OpenTTD: - Microsoft Visual C++ (MSVC) 2005, 2008 and 2010. Version 2005 gives bogus warnings about scoping issues. - - GNU Compiler Collection (GCC) 3.3 - 4.6. + - GNU Compiler Collection (GCC) 3.3 - 4.7. Versions 4.1 and earlier give bogus warnings about uninitialised variables. - Versions 4.4 and later give bogus warnings about freeing heap objects. + Versions 4.4 and later give bogus warnings about freeing non-heap objects. - Intel C++ Compiler (ICC) 12.0. The following compilers are known not to compile OpenTTD: |