diff options
Diffstat (limited to 'unoidl')
-rwxr-xr-x | unoidl/source/sourcetreeprovider.cxx | 1 |
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 } |