]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove superfluous flag 816/head
authorMatthias Maier <matthias.maier@iwr.uni-heidelberg.de>
Thu, 16 Apr 2015 17:24:36 +0000 (19:24 +0200)
committerMatthias Maier <matthias.maier@iwr.uni-heidelberg.de>
Thu, 16 Apr 2015 17:26:08 +0000 (19:26 +0200)
-Wno-long-long is already unconditionally set.

cmake/configure/configure_1_threads.cmake
cmake/configure/configure_3_petsc.cmake

index f6fb1e15f6cc7d99c98cc154f28639b8a07e6762..7b99a068c02574a39ad7f04d3a01ada64b41a9c4 100644 (file)
@@ -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:
index f966750ca80a22b7c66d9cb23f67809e664a6bb1..3bec8a9e4ddc8a307185f97277e14c1b734c12b2 100644 (file)
@@ -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()
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.