[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sal/osl

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Sep 16 12:11:59 PDT 2012


 sal/osl/w32/salinit.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3d2a4ea716f0072a539d9810bf0f5d60167c99e1
Author: Fridrich Strba <fridrich.strba at bluewin.ch>
Date:   Sat Sep 15 16:23:01 2012 +0200

    Bin SAL_UNUSED_PARAMETER
    
    Change-Id: Ieee86e5d024c650065e855a9213e2f7421493d17
    Signed-off-by: Andras Timar <atimar at suse.com>

diff --git a/sal/osl/w32/salinit.cxx b/sal/osl/w32/salinit.cxx
index 50fb3ba..4d0c003 100644
--- a/sal/osl/w32/salinit.cxx
+++ b/sal/osl/w32/salinit.cxx
@@ -45,7 +45,7 @@ namespace {
 
 extern "C" void invalidParameterHandler(
     wchar_t const * expression, wchar_t const * function, wchar_t const * file,
-    unsigned int line, SAL_UNUSED_PARAMETER uintptr_t)
+    unsigned int line, uintptr_t)
 {
     std::wcerr
         << L"Invalid parameter in \"" << (expression ? expression : L"???")


More information about the Libreoffice-commits mailing list