forked from mirror/OpenTTD
(svn r18055) -Fix (r18045): ICC warning
This commit is contained in:
@@ -1077,7 +1077,7 @@ make_compiler_cflags() {
|
|||||||
|
|
||||||
if [ $cc_version -ge 110 ]; then
|
if [ $cc_version -ge 110 ]; then
|
||||||
# vec report defaults to telling where it did loop vectorisation, which is not very important
|
# 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
|
# Use c++0x mode so static_assert() is available
|
||||||
cxxflags="$cxxflags -std=c++0x"
|
cxxflags="$cxxflags -std=c++0x"
|
||||||
|
Reference in New Issue
Block a user