From 08afdd3dab674707bafab9f4dee892d77d3c872a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 5 Oct 2018 20:57:59 +0300 Subject: WaE: unused parameter Change-Id: I0ccdad335f0a2cd6f14a4a226590b0e1d3033244 --- libreofficekit/qa/tilebench/tilebench.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libreofficekit') 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"; } -- cgit