include/o3tl/strong_int.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a8e85948bd4048fea6b71bd7539acaf977577808 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Mon Jul 28 20:05:23 2025 +0100 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Tue Jul 29 10:03:17 2025 +0200 cid#1409892 Still needed for coverity 2024 Change-Id: I9ec578d0a0cce60efcca55caf7fac3f7b397f035 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188511 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> diff --git a/include/o3tl/strong_int.hxx b/include/o3tl/strong_int.hxx index 950366f8e3c3..3297f77497fb 100644 --- a/include/o3tl/strong_int.hxx +++ b/include/o3tl/strong_int.hxx @@ -30,7 +30,7 @@ namespace o3tl { -#if !defined(__COVERITY__) || __COVERITY_MAJOR__ > 2023 +#if !defined(__COVERITY__) || __COVERITY_MAJOR__ > 2024 namespace detail {