From: Francis Dupont Date: Sun, 8 Jan 2017 23:30:11 +0000 (+0100) Subject: [master] Commented unused argument X-Git-Tag: trac5099_base~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b8641e491fe4de7bff0bfa134efdf5fdc327129;p=thirdparty%2Fkea.git [master] Commented unused argument --- diff --git a/src/lib/http/response.h b/src/lib/http/response.h index a1d2cc8fb8..e89f385340 100644 --- a/src/lib/http/response.h +++ b/src/lib/http/response.h @@ -216,7 +216,7 @@ private: /// /// @param status_code Status code for which the body should be /// generated. - void setGenericBody(const HttpStatusCode& status_code) { }; + void setGenericBody(const HttpStatusCode& /*status_code*/) { }; /// @brief Holds HTTP version for the response. HttpVersion http_version_;