[Libreoffice-commits] cppunit.git: src/cppunit

Caolán McNamara caolanm at redhat.com
Sun Jul 6 07:24:09 PDT 2014


 src/cppunit/Asserter.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18a1369dbdb46c393f415c5a12bb9b5206cbb1c5
Author: Caolán McNamara <caolanm at 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 )


More information about the Libreoffice-commits mailing list