forked from amazingfate/loongoffice
* remove obsolete patch part * enable x64 target for vc project file on win64 Change-Id: Ie794c08c9f739ad8c9c68c423f72e79ed4f6b0ff Reviewed-on: https://gerrit.libreoffice.org/10856 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
12 lines
346 B
Diff
12 lines
346 B
Diff
--- 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,
|
|
fail( Message( "assertion failed", message ), sourceLine );
|
|
}
|
|
|
|
-
|
|
+// coverity[+kill]
|
|
void
|
|
Asserter::fail( const Message &message,
|
|
const SourceLine &sourceLine )
|