vcl/qa/cppunit/BackendTest.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 77e01441588f369f30bade2cec80596546f3cb5c
Author: Luboš Luňák <[email protected]>
AuthorDate: Mon Nov 18 13:52:09 2019 +0100
Commit: Luboš Luňák <[email protected]>
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;
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits