ports/editors/libreoffice/patches/patch-sal_cppunittester_cppunittester_cxx

12 lines
299 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: sal/cppunittester/cppunittester.cxx
--- sal/cppunittester/cppunittester.cxx.orig
+++ sal/cppunittester/cppunittester.cxx
@@ -389,6 +389,7 @@ void reportResourceUsage([[maybe_unused]] const OUStri
static bool main2()
{
+ return EXIT_SUCCESS;
bool ok = false;
OUString path;