[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - wsd/Storage.cpp
Pranav Kant
pranavk at collabora.co.uk
Mon May 29 11:23:40 UTC 2017
wsd/Storage.cpp | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 4659e953b2042a4567f915a5fa185753dcb70d8c
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Wed May 17 16:43:24 2017 +0530
Silence -Werror=unused-parameter in non-debug builds
(cherry picked from commit 1717bfbc0b89ad3e4a00a4a65bc8fa1d8b7492b8)
Change-Id: Ib4c91e52d4ac78b3bafe3d078e41c79b50ca87a8
Reviewed-on: https://gerrit.libreoffice.org/38137
Reviewed-by: László Németh <nemeth at numbertext.org>
Tested-by: László Németh <nemeth at numbertext.org>
diff --git a/wsd/Storage.cpp b/wsd/Storage.cpp
index 38ed96f3..e05641b6 100644
--- a/wsd/Storage.cpp
+++ b/wsd/Storage.cpp
@@ -408,6 +408,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"))
{
More information about the Libreoffice-commits
mailing list