(svn r18055) -Fix (r18045): ICC warning

This commit is contained in:
rubidium 2009-11-12 21:07:55 +00:00
parent b0f18a27fb
commit 2b39e239a6

View File

@ -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"