Skip to content

Commit

Permalink
Enable c++11 compilation with icc.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Dec 20, 2012
1 parent 6bfa78b commit f685449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/configure
Expand Up @@ -5375,6 +5375,7 @@ elif enabled icpc; then
# 10181: ignore warning about -fomit-frame-pointer being ignored
# 13200: ignore EMMS instruction required, RTjpegN.cpp does the right thing
check_cxxflags -wd177,192,592,913,10181,13200
check_cxxflags -std=c++11
elif enabled clangxx; then
# The self assign warning triggers on headers that use x=x;
# to suppress warnings about unused parameters.
Expand Down

0 comments on commit f685449

Please sign in to comment.