summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-16 15:24:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-16 15:28:39 +0100
commit2e54c5a0b4af99d8c5037f1404a2f7095a9c5d11 (patch)
tree834ca3577fdbcc868b6abc8419b48819e2b99693 /odk
parent5d50612bfb5569cfc886d729545a7e9f7840c305 (diff)
-Werror,-Wstrict-prototypes (clang-cl)
(sal/inc/rtllifecycle.h only hits on Windows as that is the only platform that happens to actually include it in a C compilation unit, sal/osl/w32/dllentry.c) Change-Id: I2878b52daf713ea45eaa2968cc5d2686b86abfe6
Diffstat (limited to 'odk')
-rw-r--r--odk/source/unoapploader/win/unoapploader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/source/unoapploader/win/unoapploader.c b/odk/source/unoapploader/win/unoapploader.c
index 9b2c1d335895..e010aef830bc 100644
--- a/odk/source/unoapploader/win/unoapploader.c
+++ b/odk/source/unoapploader/win/unoapploader.c
@@ -35,11 +35,11 @@
#define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1)
-char const* getPath();
+char const* getPath(void);
char* createCommandLine( char* lpCmdLine );
FILE* getErrorFile( int create );
void writeError( const char* errstr );
-void closeErrorFile();
+void closeErrorFile(void);
/*
* The main function implements a loader for applications which use UNO.