diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-03 10:23:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-03 20:44:57 +0000 |
commit | 9148b1c6457bb7702af6b158bd4fefedc8f17236 (patch) | |
tree | 4e8daec5a6b6bdaf677ffbb749eb8c1c2a8434f7 /external/cppunit | |
parent | a3be1ce627053bc1d2b7a0a896c871ad44b206a1 (diff) |
add some more kill paths to cppunit
Change-Id: I8610e99aecc725e349976746af6c8bd560ba2ffa
Diffstat (limited to 'external/cppunit')
-rw-r--r-- | external/cppunit/coverity.patch | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/external/cppunit/coverity.patch b/external/cppunit/coverity.patch index 6fb3261019cf..34c1c2990b3e 100644 --- a/external/cppunit/coverity.patch +++ b/external/cppunit/coverity.patch @@ -1,6 +1,14 @@ --- misc/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 ); } |