include/o3tl/enumarray.hxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 8dfd706b1fd009eda88a27991fb17affed9659f3 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Mon Jun 20 09:42:39 2022 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Mon Jun 20 10:33:20 2022 +0200
Suppress unhelpful cid#1506515 Change-Id: I8d1025a680ea5e4a6ec872478db118837dd91af4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136137 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/include/o3tl/enumarray.hxx b/include/o3tl/enumarray.hxx index 6abfc9ac53ba..558ab158bffe 100644 --- a/include/o3tl/enumarray.hxx +++ b/include/o3tl/enumarray.hxx @@ -68,6 +68,7 @@ public: static_assert(sizeof... (T) == max_index); } + // coverity[uninit_ctor] - by design: enumarray() {} const V& operator[](E index) const