changeset 13534:84977eed16e4 draft

(svn r18055) -Fix (r18045): ICC warning
author rubidium <rubidium@openttd.org>
date Thu, 12 Nov 2009 21:07:55 +0000
parents 5ab8386b02bc
children 3c19133cac6f
files config.lib
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.lib
+++ b/config.lib
@@ -1077,7 +1077,7 @@
 
 		if [ $cc_version -ge 110 ]; then
 			# vec report defaults to telling where it did loop vectorisation, which is not very important
-			flags="$flags -vec-report=0"
+			flags="$flags -vec-report=0 -wd873"
 
 			# Use c++0x mode so static_assert() is available
 			cxxflags="$cxxflags -std=c++0x"