summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-06-20 17:06:33 +0000
committerrubidium <rubidium@openttd.org>2011-06-20 17:06:33 +0000
commit135f264ef0235d03b1c27d6740da2977ce5a5e78 (patch)
tree46bc9e279139257aaa680502c2433c105febed6c /readme.txt
parent424dc0e735d65c2fa11b5c0d7fe75e66fb883429 (diff)
downloadopenttd-135f264ef0235d03b1c27d6740da2977ce5a5e78.tar.xz
(svn r22604) -Document: that there are invalid warnings under some circumstances
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index cdbed0f2c..1bce27693 100644
--- a/readme.txt
+++ b/readme.txt
@@ -471,6 +471,7 @@ The following compilers are known to compile OpenTTD:
- 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 non-heap objects.
+ Versions 4.5 and later give invalid warnings when lto is enabled.
- Intel C++ Compiler (ICC) 12.0.
The following compilers are known not to compile OpenTTD: