summaryrefslogtreecommitdiffstats
path: root/external/cppunit/coverity.patch
blob: 34c1c2990b3ef42db52d0f61ec55de895dcce724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- misc/cppunit-1.13.1/src/cppunit/Asserter.cpp
+++ misc/build/cppunit-1.13.1/src/cppunit/Asserter.cpp
@@ -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 );
 }
 
-
+// coverity[+kill]
 void 
 Asserter::fail( const Message &message, 
                 const SourceLine &sourceLine )