Changeset - r17493:688fc5014be7
[Not reviewed]
master
0 1 0
smatz - 13 years ago 2011-03-19 20:19:27
smatz@openttd.org
(svn r22264) -Document: GCC 4.7 is supported too, though it gives a false warning about freeing non-heap objects
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
readme.txt
Show inline comments
 
@@ -445,9 +445,9 @@ 7.2) Supported compilers
 
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:
0 comments (0 inline, 0 general)