File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ enable_if_supported(DEAL_II_WARNING_FLAGS "-diag-disable=16219")
8282# -w383 value copied to temporary, reference to temporary used
8383# -w854 const variable requires an initializer (defect 253 in http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html)
8484# -w981 operands are evaluated in unspecified order
85+ # -w1011 missing return statement at end of non-void function
86+ # (incorrectly triggered by constexpr if, see #18681)
8587# -w1418 external function definition with no prior declaration
8688# (happens in boost)
8789# -w1478 deprecation warning
@@ -108,6 +110,7 @@ enable_if_supported(DEAL_II_WARNING_FLAGS "-wd327")
108110enable_if_supported(DEAL_II_WARNING_FLAGS "-wd383" )
109111enable_if_supported(DEAL_II_WARNING_FLAGS "-wd854" )
110112enable_if_supported(DEAL_II_WARNING_FLAGS "-wd981" )
113+ enable_if_supported(DEAL_II_WARNING_FLAGS "-wd1011" )
111114enable_if_supported(DEAL_II_WARNING_FLAGS "-wd1418" )
112115enable_if_supported(DEAL_II_WARNING_FLAGS "-wd1478" )
113116enable_if_supported(DEAL_II_WARNING_FLAGS "-wd1572" )
You can’t perform that action at this time.
0 commit comments