]> https://gitweb.dealii.org/ - dealii.git/commitdiff
sort alphabetically
authorTimo Heister <timo.heister@gmail.com>
Thu, 23 Jul 2020 18:20:58 +0000 (14:20 -0400)
committerTimo Heister <timo.heister@gmail.com>
Thu, 23 Jul 2020 18:20:58 +0000 (14:20 -0400)
cmake/setup_compiler_flags_gnu.cmake

index 3852b813b98196670c5d0a2af3606e362a40e24d..ca26003cbee2bae3bd0fbf19141311fd5485404a 100644 (file)
@@ -76,6 +76,7 @@ ENABLE_IF_LINKS(DEAL_II_LINKER_FLAGS "-Wl,--as-needed")
 #
 ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wall")
 ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wextra")
+ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wmissing-braces")
 ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Woverloaded-virtual")
 ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wpointer-arith")
 ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wsign-compare")
@@ -83,7 +84,6 @@ ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wsuggest-override")
 ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wswitch")
 ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wsynth")
 ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wwrite-strings")
-ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wmissing-braces")
 
 #
 # Disable Wplacement-new that will trigger a lot of warnings

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.