]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Commented unused argument
authorFrancis Dupont <fdupont@isc.org>
Sun, 8 Jan 2017 23:30:11 +0000 (00:30 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sun, 8 Jan 2017 23:30:11 +0000 (00:30 +0100)
src/lib/http/response.h

index a1d2cc8fb8a14884469eb5163aec4b69438e4509..e89f38534055c7f28dd9bd137de900fe539ee848 100644 (file)
@@ -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_;