summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-11-22 20:50:32 +0100
committerjan Iversen <jani@libreoffice.org>2017-11-23 08:53:39 +0100
commit8d18f1e98b6658bd8722cdadc2b9f6305b475277 (patch)
tree06f57e93d1d03b484908815cbb7dca8e317f6788 /include
parent39c5ade7bbb444eb204015955276748a5b381ad9 (diff)
iOS, cleaned unused parameter
Change-Id: Iac097d9a4578ef7dcb47006a422703ab06a8284e
Diffstat (limited to 'include')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitInit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitInit.h b/include/LibreOfficeKit/LibreOfficeKitInit.h
index f95ee49634b5..a0c111a9e0e2 100644
--- a/include/LibreOfficeKit/LibreOfficeKitInit.h
+++ b/include/LibreOfficeKit/LibreOfficeKitInit.h
@@ -234,6 +234,7 @@ static void *lok_dlopen( const char *install_path, char ** _imp_lib )
}
}
#else
+ (void)install_path;
imp_lib = strdup("the app executable");
dlhandle = RTLD_MAIN_ONLY;
#endif