From 1d1ca04346daeb68a851e6eb520e7e0331967627 Mon Sep 17 00:00:00 2001 From: heister Date: Thu, 6 Feb 2014 16:21:29 +0000 Subject: [PATCH] add another muparser flag git-svn-id: https://svn.dealii.org/branches/branch_muparser@32422 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/bundled/muparser_v2_2_3/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/bundled/muparser_v2_2_3/CMakeLists.txt b/deal.II/bundled/muparser_v2_2_3/CMakeLists.txt index fdf48b33dd..040a71b6dc 100644 --- a/deal.II/bundled/muparser_v2_2_3/CMakeLists.txt +++ b/deal.II/bundled/muparser_v2_2_3/CMakeLists.txt @@ -20,6 +20,7 @@ STRIP_FLAG(DEAL_II_CXX_FLAGS "-Wall") STRIP_FLAG(DEAL_II_CXX_FLAGS "-pedantic") ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS -Wno-switch) +ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS -Wno-nested-anon-types) INCLUDE_DIRECTORIES( include/ -- 2.39.5