diff options
Diffstat (limited to 'external')
-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 ); } |