diff options
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/updater.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/updater.cxx b/desktop/source/app/updater.cxx index de688e1ae798..bccf6770d857 100644 --- a/desktop/source/app/updater.cxx +++ b/desktop/source/app/updater.cxx @@ -437,7 +437,7 @@ std::string download_content(const OString& rURL, bool bFile) return response_body; } -OUString generateHash(const OUString& rURL) +OUString generateHash(const OUString& /*rURL*/) { return OUString(); } |