[Libreoffice-commits] core.git: Branch 'feature/skia' - vcl/qa
Luboš Luňák (via logerrit)
logerrit at kemper.freedesktop.org
Mon Nov 18 12:53:37 UTC 2019
vcl/qa/cppunit/BackendTest.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 77e01441588f369f30bade2cec80596546f3cb5c
Author: Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Mon Nov 18 13:52:09 2019 +0100
Commit: Luboš Luňák <l.lunak at collabora.com>
CommitDate: Mon Nov 18 13:52:45 2019 +0100
avoid unused parameter warning in non-debug build
Change-Id: I3ea06a872d5348f7681602a6d68ff69990f2cd7e
diff --git a/vcl/qa/cppunit/BackendTest.cxx b/vcl/qa/cppunit/BackendTest.cxx
index 1090c33b73e0..0f253a797097 100644
--- a/vcl/qa/cppunit/BackendTest.cxx
+++ b/vcl/qa/cppunit/BackendTest.cxx
@@ -59,6 +59,7 @@ public:
{
// This ensures that all backends return a valid name.
assert(!name.isEmpty());
+ (void)name;
return false;
}
More information about the Libreoffice-commits
mailing list