diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-04-11 18:37:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-04-11 19:40:51 +0200 |
commit | de465317350f94c8b3308c73572467b588af5af0 (patch) | |
tree | 868c13a2c1467b7c7f62447241ac9b233862b3be /cppuhelper/source | |
parent | 6fc3dfd3f1b5cb13101299df42444f2ff0493846 (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.c | 2 |
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"; |