src/cppunit/Asserter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 18a1369dbdb46c393f415c5a12bb9b5206cbb1c5 Author: Caolán McNamara <caol...@redhat.com> Date: Sun Jul 6 15:23:49 2014 +0100 tell coverity that fail doesn't return diff --git a/src/cppunit/Asserter.cpp b/src/cppunit/Asserter.cpp index a9cf95c..aeb0526 100644 --- a/src/cppunit/Asserter.cpp +++ b/src/cppunit/Asserter.cpp @@ -13,7 +13,7 @@ Asserter::fail( std::string message, fail( Message( "assertion failed", message ), sourceLine ); } - +// coverity[+kill] void Asserter::fail( const Message &message, const SourceLine &sourceLine )
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits