From: Marcin Siodelski Date: Thu, 21 Mar 2019 14:43:28 +0000 (+0100) Subject: [#103,!277] Fixed unused variable warning. X-Git-Tag: Kea-1.6.0-beta~317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6d7390f9b527ae47012ec75d20a0cf2eae064b8;p=thirdparty%2Fkea.git [#103,!277] Fixed unused variable warning. --- diff --git a/src/lib/process/tests/cb_ctl_base_unittests.cc b/src/lib/process/tests/cb_ctl_base_unittests.cc index f154053756..b9d1f365e3 100644 --- a/src/lib/process/tests/cb_ctl_base_unittests.cc +++ b/src/lib/process/tests/cb_ctl_base_unittests.cc @@ -37,13 +37,12 @@ public: /// @brief Retrieves the audit entries later than specified time. /// - /// @param server_selector Server selector. /// @param modification_time The lower bound time for which audit /// entries should be returned. /// /// @return Collection of audit entries later than specified time. virtual db::AuditEntryCollection - getRecentAuditEntries(const db::ServerSelector& server_selector, + getRecentAuditEntries(const db::ServerSelector&, const boost::posix_time::ptime& modification_time) const { db::AuditEntryCollection filtered_entries;