wsd/Storage.cpp | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 4659e953b2042a4567f915a5fa185753dcb70d8c
Author: Pranav Kant <[email protected]>
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 <[email protected]>
Tested-by: László Németh <[email protected]>
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"))
{
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits