summaryrefslogtreecommitdiff
path: root/cppuhelper/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-04-11 18:37:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-04-11 19:40:51 +0200
commitde465317350f94c8b3308c73572467b588af5af0 (patch)
tree868c13a2c1467b7c7f62447241ac9b233862b3be /cppuhelper/source
parent6fc3dfd3f1b5cb13101299df42444f2ff0493846 (diff)
-Werror,-Wstrict-prototypes (clang-cl)
Change-Id: I72e35f51eb607662608ccaf944bec64ed422cef4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132835 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cppuhelper/source')
-rw-r--r--cppuhelper/source/findsofficepath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/findsofficepath.c b/cppuhelper/source/findsofficepath.c
index c8a8846355fd..a46cfb88a1e7 100644
--- a/cppuhelper/source/findsofficepath.c
+++ b/cppuhelper/source/findsofficepath.c
@@ -87,7 +87,7 @@ static wchar_t* getPathFromRegistryKey( HKEY hroot, const wchar_t* subKeyName )
* @return the installation path or NULL, if no installation was found or
* if an error occurred
*/
-static wchar_t* platformSpecific()
+static wchar_t* platformSpecific(void)
{
const wchar_t* UNOPATHVARNAME = L"UNO_PATH";