From 0453bf126a8bc9745ee64a1fbdd87b501f85c652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gannaz?= Date: Mon, 1 Apr 2019 11:13:21 +0200 Subject: [PATCH] Library: unused method parameter, so comment out the name --- YACReaderLibrary/comic_vine/comic_vine_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp b/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp index b65ce6fb..e0258874 100644 --- a/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp +++ b/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp @@ -702,7 +702,7 @@ void ComicVineDialog::searchVolume(const QString &v, int page) status = SearchingVolume; } -void ComicVineDialog::getVolumeComicsInfo(const QString &vID, int page) +void ComicVineDialog::getVolumeComicsInfo(const QString &vID, int /* page */) { showLoading(tr("Retrieving volume info..."));