Skip to content
Snippets Groups Projects
Commit b9311f05 authored by Henry's avatar Henry
Browse files

Icc: filter yet more spurious warning messages

parent 74449da7
Branches
Tags
No related merge requests found
.SUFFIXES: .C .cxx .cc .cpp
c++WARN = -wd327,654,819,1125,1476,1505,1572
c++WARN = -wd327,525,654,819,1125,1476,1505,1572
CC = icpc -std=c++0x
......
.SUFFIXES: .C .cxx .cc .cpp
c++WARN = -wd327,654,819,1125,1476,1505,1572
c++WARN = -wd327,525,654,819,1125,1476,1505,1572
CC = icpc
......
.SUFFIXES: .C .cxx .cc .cpp
c++WARN = -wd327,654,819,1125,1476,1505,1572
c++WARN = -wd327,525,654,819,1125,1476,1505,1572
#CC = icpc -gcc-version=400
CC = icpc -std=c++0x
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment