repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git]
/
external
/
cppunit
/
coverity.patch
blob
5e5e64d4c7ebe00ae77f5450a4b940f818722554
1
--- misc/cppunit-1.13.1/src/cppunit/Asserter.cpp
2
+++ misc/build/cppunit-1.13.1/src/cppunit/Asserter.cpp
3
@@ -13,7 +13,7 @@
4
fail( Message( "assertion failed", message ), sourceLine );
5
}
6
7
-
8
+// coverity[+kill]
9
void
10
Asserter::fail( const Message &message,
11
const SourceLine &sourceLine )