summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-06 15:23:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-06 15:23:49 +0100
commit18a1369dbdb46c393f415c5a12bb9b5206cbb1c5 (patch)
tree6574bef9d15751615926efa50620cd5074e7f9d1
parent1cebdfc97b39961c2df68e84996f667d529eafc7 (diff)
tell coverity that fail doesn't return
-rw-r--r--src/cppunit/Asserter.cpp2
1 files changed, 1 insertions, 1 deletions
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 )