summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-02-16 23:46:08 +0100
committerMichael Stahl <mstahl@redhat.com>2015-02-16 23:46:08 +0100
commit8d997133c3f10d3f57e9670e2bc2e1b6471ac112 (patch)
tree0b0c03f614e895697c075ae95739ad5e39718bec /sal
parent5818dd94599540196072955b5987671f7f7d5a44 (diff)
sal: -Werror=unused-parameter
Change-Id: Iad2a1c7796812e09c408868d7fa60705a1cc91be
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/all/compat.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/all/compat.cxx b/sal/osl/all/compat.cxx
index 2f482de56b16..ca5f340038c3 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();
}