[Libreoffice-commits] core.git: libreofficekit/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Oct 5 18:00:20 UTC 2018
libreofficekit/qa/tilebench/tilebench.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 08afdd3dab674707bafab9f4dee892d77d3c872a
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Oct 5 20:57:59 2018 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Oct 5 20:57:59 2018 +0300
WaE: unused parameter
Change-Id: I0ccdad335f0a2cd6f14a4a226590b0e1d3033244
diff --git a/libreofficekit/qa/tilebench/tilebench.cxx b/libreofficekit/qa/tilebench/tilebench.cxx
index 60b471bcad92..0b999f2994c7 100644
--- a/libreofficekit/qa/tilebench/tilebench.cxx
+++ b/libreofficekit/qa/tilebench/tilebench.cxx
@@ -313,7 +313,7 @@ static void testDialog( Document *pDocument, const char *uno_cmd )
pDocument->destroyView(view);
}
-static void documentCallback(const int type, const char* p, void* data)
+static void documentCallback(const int type, const char* p, void*)
{
std::cerr << "Document callback " << type << ": " << (p ? p : "(null)") << "\n";
}
More information about the Libreoffice-commits
mailing list