diff --git a/wsd/Storage.cpp b/wsd/Storage.cpp index 521479a20..0c31e53c3 100644 --- a/wsd/Storage.cpp +++ b/wsd/Storage.cpp @@ -441,6 +441,7 @@ void setQueryParameter(Poco::URI& uriObject, const std::string& key, const std:: void addStorageDebugCookie(Poco::Net::HTTPRequest& request) { + (void) request; #if ENABLE_DEBUG if (std::getenv("LOOL_STORAGE_COOKIE")) {