| commit | b345b3b6bceddcce8966243304c9112e58a33304 | [log] |
|---|---|---|
| author | Stephan Bergmann <sbergman@redhat.com> | Thu Sep 19 12:40:07 2013 +0200 |
| committer | Stephan Bergmann <sbergman@redhat.com> | Thu Sep 19 12:40:07 2013 +0200 |
| tree | 94e74a2c665b710a41e79fab2c0acd8d09eca2a3 | |
| parent | 63f1fc40fbed426e702de3d22c4bc487c2fe446c [diff] |
-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 }