From: Martin Kronbichler Date: Tue, 13 Sep 2022 06:41:46 +0000 (+0200) Subject: Avoid warning about function that might be inlinable X-Git-Tag: v9.5.0-rc1~974^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14264%2Fhead;p=dealii.git Avoid warning about function that might be inlinable --- diff --git a/include/deal.II/lac/vector_operations_internal.h b/include/deal.II/lac/vector_operations_internal.h index 011c1285f5..562b547696 100644 --- a/include/deal.II/lac/vector_operations_internal.h +++ b/include/deal.II/lac/vector_operations_internal.h @@ -1383,7 +1383,7 @@ namespace internal #ifndef DEBUG DEAL_II_ALWAYS_INLINE #endif - void + inline void parallel_reduce( const Operation &op, const size_type start,