summaryrefslogtreecommitdiff
path: root/sal/osl/all/compat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/all/compat.cxx')
-rw-r--r--sal/osl/all/compat.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/all/compat.cxx b/sal/osl/all/compat.cxx
index ca5f340038c3..b43bae85d88b 100644
--- a/sal/osl/all/compat.cxx
+++ b/sal/osl/all/compat.cxx
@@ -158,7 +158,7 @@ SAL_DLLPUBLIC_EXPORT void SAL_CALL rtl_logfile_longTrace(char const *, ...) {
std::abort();
}
-SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL rtl_logfile_hasLogFile( void ) {
+SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL rtl_logfile_hasLogFile() {
for (;;) { std::abort(); } // avoid "must return a value" warnings
}