[Libreoffice-commits] core.git: unoidl/source

Stephan Bergmann sbergman at redhat.com
Thu Sep 19 03:40:33 PDT 2013


 unoidl/source/sourcetreeprovider.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b345b3b6bceddcce8966243304c9112e58a33304
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Sep 19 12:40:07 2013 +0200

    -Werror,-Wunused-parameter
    
    Change-Id: I331d769132d3b18c870c70c7abcbd9539135af55

diff --git a/unoidl/source/sourcetreeprovider.cxx b/unoidl/source/sourcetreeprovider.cxx
index f9ae3e9..850e983 100755
--- a/unoidl/source/sourcetreeprovider.cxx
+++ b/unoidl/source/sourcetreeprovider.cxx
@@ -79,6 +79,7 @@ OUString getFileName(OUString const & uri, osl::FileStatus & status) {
          }
      }
 #else
+    (void) uri;
     return status.getFileName();
 #endif
 }


More information about the Libreoffice-commits mailing list