summaryrefslogtreecommitdiff
path: root/unoidl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-19 12:40:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-09-19 12:40:07 +0200
commitb345b3b6bceddcce8966243304c9112e58a33304 (patch)
tree94e74a2c665b710a41e79fab2c0acd8d09eca2a3 /unoidl
parent63f1fc40fbed426e702de3d22c4bc487c2fe446c (diff)
-Werror,-Wunused-parameter
Change-Id: I331d769132d3b18c870c70c7abcbd9539135af55
Diffstat (limited to 'unoidl')
-rwxr-xr-xunoidl/source/sourcetreeprovider.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/unoidl/source/sourcetreeprovider.cxx b/unoidl/source/sourcetreeprovider.cxx
index f9ae3e9b7a0d..850e9837b3bf 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
}