summaryrefslogtreecommitdiffstats
path: root/libreofficekit
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-10-05 20:57:59 +0300
committerTor Lillqvist <tml@collabora.com>2018-10-05 20:57:59 +0300
commit08afdd3dab674707bafab9f4dee892d77d3c872a (patch)
tree2518f1f38806c85238c949e315fdb93d39ed9b66 /libreofficekit
parentBin some ancient debug tracing stuff from TiledLibreOffice days (diff)
downloadcore-08afdd3dab674707bafab9f4dee892d77d3c872a.tar.gz
core-08afdd3dab674707bafab9f4dee892d77d3c872a.zip
WaE: unused parameter
Change-Id: I0ccdad335f0a2cd6f14a4a226590b0e1d3033244
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/qa/tilebench/tilebench.cxx2
1 files changed, 1 insertions, 1 deletions
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";
}