Browse Source

[master] Commented unused argument

Francis Dupont 8 years ago
parent
commit
3b8641e491
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/http/response.h

+ 1 - 1
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_;