From: Matthias Maier Date: Tue, 26 Feb 2013 16:21:00 +0000 (+0000) Subject: Silence the compilation of bundled UMFPACK X-Git-Tag: v8.0.0~1079^2~115 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0007e46489298ae8e08f3357f477fa2bd10c78d6;p=dealii.git Silence the compilation of bundled UMFPACK git-svn-id: https://svn.dealii.org/branches/branch_cmake@28578 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/bundled/umfpack/UMFPACK/Source/CMakeLists.txt b/deal.II/bundled/umfpack/UMFPACK/Source/CMakeLists.txt index 5f2c6454eb..a413a24709 100644 --- a/deal.II/bundled/umfpack/UMFPACK/Source/CMakeLists.txt +++ b/deal.II/bundled/umfpack/UMFPACK/Source/CMakeLists.txt @@ -17,6 +17,14 @@ # (... where everything is explained contrary to this... mess) # +# +# *Shush!* +# +STRIP_FLAG(CMAKE_CXX_FLAGS "-pedantic") +STRIP_FLAG(CMAKE_CXX_FLAGS "-Wall") +ENABLE_IF_SUPPORTED(CMAKE_CXX_FLAGS "-Wno-sign-compare") +ENABLE_IF_SUPPORTED(CMAKE_CXX_FLAGS "-Wno-write-strings") + SET(src_umfpack_UMF umf_2by2.cc umf_analyze.cc