aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-10-03 21:04:58 +0200
committerShauren <shauren.trinity@gmail.com>2017-10-03 21:04:58 +0200
commite9d3d2c3a25052c3220377413f0ee979af8617db (patch)
treef5b70904d6934f2caba8dfa5a3bb45d34e30a338
parent2d75d8071bb6d85987bdc5d88ed2271822fcbcfd (diff)
Warning fix
-rw-r--r--src/server/bnetserver/REST/LoginRESTService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/bnetserver/REST/LoginRESTService.cpp b/src/server/bnetserver/REST/LoginRESTService.cpp
index 06115a7dc29..56dc7a092a0 100644
--- a/src/server/bnetserver/REST/LoginRESTService.cpp
+++ b/src/server/bnetserver/REST/LoginRESTService.cpp
@@ -545,7 +545,7 @@ int32 LoginRESTService::ResponseCodePlugin::Init(soap* s, soap_plugin* p, void*
return SOAP_OK;
}
-int32 LoginRESTService::ResponseCodePlugin::Copy(soap* s, soap_plugin* dst, soap_plugin* src)
+int32 LoginRESTService::ResponseCodePlugin::Copy(soap* /*s*/, soap_plugin* dst, soap_plugin* src)
{
dst->data = new ResponseCodePlugin(*reinterpret_cast<ResponseCodePlugin*>(src->data));
return SOAP_OK;