From: Matthias Maier Date: Tue, 18 Sep 2012 21:44:52 +0000 (+0000) Subject: Bugfix: Only disable warnings for the source files that actually need it. X-Git-Tag: v8.0.0~1079^2~803 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ff8afff732d9d32876c97cdf8eacbe5941adb2f;p=dealii.git Bugfix: Only disable warnings for the source files that actually need it. git-svn-id: https://svn.dealii.org/branches/branch_cmake@26487 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/cmake/configure/configure_1_tbb.cmake b/deal.II/contrib/cmake/configure/configure_1_tbb.cmake index 54c10d8a34..72041b0d43 100644 --- a/deal.II/contrib/cmake/configure/configure_1_tbb.cmake +++ b/deal.II/contrib/cmake/configure/configure_1_tbb.cmake @@ -130,9 +130,6 @@ MACRO(FEATURE_TBB_CONFIGURE_CONTRIB var) # and if successfull return TRUE: SETUP_THREADING(${var}) - # We have to disable a bunch of warnings: - ENABLE_IF_AVAILABLE(CMAKE_CXX_FLAGS "-Wno-long-long") - INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/contrib/tbb/tbb30_104oss/include )