From: Matthias Maier Date: Thu, 16 Apr 2015 17:24:36 +0000 (+0200) Subject: Remove superfluous flag X-Git-Tag: v8.3.0-rc1~264^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F816%2Fhead;p=dealii.git Remove superfluous flag -Wno-long-long is already unconditionally set. --- diff --git a/cmake/configure/configure_1_threads.cmake b/cmake/configure/configure_1_threads.cmake index f6fb1e15f6..7b99a068c0 100644 --- a/cmake/configure/configure_1_threads.cmake +++ b/cmake/configure/configure_1_threads.cmake @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2012 - 2014 by the deal.II authors +## Copyright (C) 2012 - 2015 by the deal.II authors ## ## This file is part of the deal.II library. ## @@ -180,7 +180,6 @@ MACRO(FEATURE_THREADS_CONFIGURE_BUNDLED) # We have to disable a bunch of warnings: # ENABLE_IF_SUPPORTED(THREADS_CXX_FLAGS "-Wno-parentheses") - ENABLE_IF_SUPPORTED(THREADS_CXX_FLAGS "-Wno-long-long") # # Add some definitions to use the header files in debug mode: diff --git a/cmake/configure/configure_3_petsc.cmake b/cmake/configure/configure_3_petsc.cmake index f966750ca8..3bec8a9e4d 100644 --- a/cmake/configure/configure_3_petsc.cmake +++ b/cmake/configure/configure_3_petsc.cmake @@ -103,11 +103,6 @@ MACRO(FEATURE_PETSC_CONFIGURE_EXTERNAL) SET(DEAL_II_EXPAND_PETSC_BLOCKVECTOR "PETScWrappers::BlockVector") SET(DEAL_II_EXPAND_PETSC_MPI_VECTOR "PETScWrappers::MPI::Vector") SET(DEAL_II_EXPAND_PETSC_MPI_BLOCKVECTOR "PETScWrappers::MPI::BlockVector") - - # - # Disable a bunch of warnings when compiling with petsc: - # - ENABLE_IF_SUPPORTED(PETSC_CXX_FLAGS "-Wno-long-long") ENDMACRO()