Kaydet (Commit) 9148b1c6 authored tarafından Caolán McNamara's avatar Caolán McNamara

add some more kill paths to cppunit

Change-Id: I8610e99aecc725e349976746af6c8bd560ba2ffa
üst a3be1ce6
--- misc/cppunit-1.13.1/src/cppunit/Asserter.cpp --- misc/cppunit-1.13.1/src/cppunit/Asserter.cpp
+++ misc/build/cppunit-1.13.1/src/cppunit/Asserter.cpp +++ misc/build/cppunit-1.13.1/src/cppunit/Asserter.cpp
@@ -13,7 +13,7 @@ Asserter::fail( std::string message, @@ -6,6 +6,7 @@
CPPUNIT_NS_BEGIN
+// coverity[+kill]
void
Asserter::fail( std::string message,
const SourceLine &sourceLine )
@@ -13,7 +14,7 @@
fail( Message( "assertion failed", message ), sourceLine ); fail( Message( "assertion failed", message ), sourceLine );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment