(svn r20603) -Codechange: silence some ICC warnings
This commit is contained in:
@@ -1134,7 +1134,8 @@ 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 -wd873"
|
||||
# it also complains about not fully overriding virtual function
|
||||
flags="$flags -vec-report=0 -wd873 -wd654"
|
||||
|
||||
# Use c++0x mode so static_assert() is available
|
||||
cxxflags="$cxxflags -std=c++0x"
|
||||
|
||||
Reference in New Issue
Block a user