include/rtl/stringutils.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 86030d8b003fc58cdb3263fff70b1dbdae2f749b Author: Caolán McNamara <[email protected]> AuthorDate: Mon Jul 28 20:04:02 2025 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Jul 29 00:23:01 2025 +0200 cid#1438474 Still needed for coverity 2024 Change-Id: Ifc1c2999b00f13d164c3a467229f1c7cbdaea395 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188510 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Jenkins diff --git a/include/rtl/stringutils.hxx b/include/rtl/stringutils.hxx index 8c36b52568e0..8f9b219a0b8e 100644 --- a/include/rtl/stringutils.hxx +++ b/include/rtl/stringutils.hxx @@ -256,7 +256,7 @@ struct ConstCharArrayDetector< const char[ N ], T > static char const * toPointer(char const (& literal)[N]) { return literal; } }; -#if defined(__COVERITY__) && __COVERITY_MAJOR__ <= 2023 +#if defined(__COVERITY__) && __COVERITY_MAJOR__ <= 2024 //to silence over zealous warnings that the loop is logically dead //for the single char case template< typename T >
