From f68544950ebcdda59c94455c977d9906abd4ab18 Mon Sep 17 00:00:00 2001 From: Daniel Thor Kristjansson Date: Wed, 19 Dec 2012 23:47:05 -0500 Subject: [PATCH] Enable c++11 compilation with icc. --- mythtv/configure | 1 + 1 file changed, 1 insertion(+) diff --git a/mythtv/configure b/mythtv/configure index e671da3ecbb..e7e07f3a0ff 100755 --- a/mythtv/configure +++ b/mythtv/configure @@ -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.