diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/desktop/crashreport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/desktop/crashreport.hxx b/include/desktop/crashreport.hxx index f4616e88c367..6056adbe1d28 100644 --- a/include/desktop/crashreport.hxx +++ b/include/desktop/crashreport.hxx @@ -69,7 +69,7 @@ private: // everywhere we want to log something to the crash report system. #if HAVE_FEATURE_BREAKPAD #else -inline void CrashReporter::AddKeyValue(const OUString& /*rKey*/, const OUString& /*rValue*/) +inline void CrashReporter::AddKeyValue(SAL_UNUSED_PARAMETER const OUString& /*rKey*/, SAL_UNUSED_PARAMETER const OUString& /*rValue*/) { } #endif |