]> https://gitweb.dealii.org/ - dealii.git/commit
fix pragma warnings warnings 1089/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 6 Jul 2015 09:31:34 +0000 (05:31 -0400)
committerTimo Heister <timo.heister@gmail.com>
Mon, 6 Jul 2015 09:31:34 +0000 (05:31 -0400)
commitfdeff40225d40163bd4b10d82879d786597316bb
treeaec4e6a124e22c925169357295167f2cfedc9260
parentdf7f5f29aa6c5f664e4cd9af9411d4e3d45d98d8
fix pragma warnings warnings

PR #1076 disabled warnings due to disabling unknown warnings with a
pragma. This causes the warning

src.cxx:4:3: error: unknown warning group '-Wpragmas', ignored [-Werror,-Wunknown-pragmas]
  _Pragma("GCC diagnostic ignored \"-Wpragmas\"")

with Clang 3.4.0. It seems it supports Wunknown-pragmas which is okay to be
used with gcc too. Sigh.
cmake/checks/check_01_compiler_features.cmake
include/deal.II/base/config.h.in

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.