[Libreoffice-commits] core.git: sal/osl

Michael Stahl mstahl at redhat.com
Mon Feb 16 14:51:27 PST 2015


 sal/osl/all/compat.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8d997133c3f10d3f57e9670e2bc2e1b6471ac112
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Feb 16 23:46:08 2015 +0100

    sal: -Werror=unused-parameter
    
    Change-Id: Iad2a1c7796812e09c408868d7fa60705a1cc91be

diff --git a/sal/osl/all/compat.cxx b/sal/osl/all/compat.cxx
index 2f482de..ca5f340 100644
--- a/sal/osl/all/compat.cxx
+++ b/sal/osl/all/compat.cxx
@@ -150,11 +150,11 @@ SAL_DLLPUBLIC_EXPORT void SAL_CALL rtl_zeroMemory(void *, sal_Size) {
     std::abort();
 }
 
-SAL_DLLPUBLIC_EXPORT void SAL_CALL rtl_logfile_trace( const sal_Char* pszFormat, ... ) {
+SAL_DLLPUBLIC_EXPORT void SAL_CALL rtl_logfile_trace( const sal_Char*, ... ) {
     std::abort();
 }
 
-SAL_DLLPUBLIC_EXPORT void SAL_CALL rtl_logfile_longTrace(char const * format, ...) {
+SAL_DLLPUBLIC_EXPORT void SAL_CALL rtl_logfile_longTrace(char const *, ...) {
     std::abort();
 }
 


More information about the Libreoffice-commits mailing list