fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / cppunit / coverity.patch
blob34c1c2990b3ef42db52d0f61ec55de895dcce724
1 --- misc/cppunit-1.13.1/src/cppunit/Asserter.cpp
2 +++ misc/build/cppunit-1.13.1/src/cppunit/Asserter.cpp
3 @@ -6,6 +6,7 @@
4 CPPUNIT_NS_BEGIN
7 +// coverity[+kill]
8 void
9 Asserter::fail( std::string message,
10 const SourceLine &sourceLine )
11 @@ -13,7 +14,7 @@
12 fail( Message( "assertion failed", message ), sourceLine );
16 +// coverity[+kill]
17 void
18 Asserter::fail( const Message &message,
19 const SourceLine &sourceLine )