diff options
| author | Caolán McNamara <caolanm@redhat.com> | 2014-07-06 15:23:49 +0100 |
|---|---|---|
| committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-06 15:23:49 +0100 |
| commit | 18a1369dbdb46c393f415c5a12bb9b5206cbb1c5 (patch) | |
| tree | 6574bef9d15751615926efa50620cd5074e7f9d1 /src/cppunit/Asserter.cpp | |
| parent | 1cebdfc97b39961c2df68e84996f667d529eafc7 (diff) | |
| download | cppunit-18a1369dbdb46c393f415c5a12bb9b5206cbb1c5.tar.gz | |
tell coverity that fail doesn't return
Diffstat (limited to 'src/cppunit/Asserter.cpp')
| -rw-r--r-- | src/cppunit/Asserter.cpp | 2 |
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 ) |
