diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-04-10 09:09:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-04-10 10:24:51 +0200 |
commit | 72303710ab70007769118a1f13106822f3558916 (patch) | |
tree | 66e6483520883e36efabd4da2d172834f70b11af /cppuhelper | |
parent | d34d1db55978bdcff082af1e0f75b18fa6fc94f4 (diff) |
-Werror,-Wstrict-prototypes
Change-Id: I7b3d6f5a19020191e7add5ed21666d84e54744a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132760
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cppuhelper')
-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 75d370981968..c8a8846355fd 100644 --- a/cppuhelper/source/findsofficepath.c +++ b/cppuhelper/source/findsofficepath.c @@ -211,7 +211,7 @@ wchar_t* #else char* #endif -cppuhelper_detail_findSofficePath() +cppuhelper_detail_findSofficePath(void) { return platformSpecific(); } |