mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Library: unused method parameter, so comment out the name
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
|
||||
LibrariesControllerV2::LibrariesControllerV2() {}
|
||||
|
||||
void LibrariesControllerV2::service(HttpRequest& request, HttpResponse& response)
|
||||
void LibrariesControllerV2::service(HttpRequest& /* request */, HttpResponse& response)
|
||||
{
|
||||
response.setHeader("Content-Type", "application/json");
|
||||
|
||||
|
Reference in New Issue
Block a user