Silence -Werror=unused-parameter in non-debug builds

Change-Id: Ib4c91e52d4ac78b3bafe3d078e41c79b50ca87a8
This commit is contained in:
Pranav Kant 2017-05-17 16:43:24 +05:30
parent 8a02e7a8fa
commit 1717bfbc0b

View file

@ -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"))
{