Changeset - r13524:de2d8004eba5
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-11-12 21:07:55
rubidium@openttd.org
(svn r18055) -Fix (r18045): ICC warning
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -1077,7 +1077,7 @@ make_compiler_cflags() {
 

	
 
		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"
0 comments (0 inline, 0 general)