mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-08 01:10:28 +00:00
(svn r18055) -Fix (r18045): ICC warning
This commit is contained in:
parent
b0f18a27fb
commit
2b39e239a6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user