From: Francis Dupont Date: Fri, 8 May 2020 20:45:15 +0000 (+0200) Subject: [#1211] Fixed unused variable too (already signaled) X-Git-Tag: Kea-1.7.9~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=546d1bb5a19d26e06ce10e1d573ae3587a4bd7b3;p=thirdparty%2Fkea.git [#1211] Fixed unused variable too (already signaled) --- diff --git a/src/hooks/dhcp/mysql_cb/mysql_cb_impl.cc b/src/hooks/dhcp/mysql_cb/mysql_cb_impl.cc index 8598fa4928..39c43a9b38 100644 --- a/src/hooks/dhcp/mysql_cb/mysql_cb_impl.cc +++ b/src/hooks/dhcp/mysql_cb/mysql_cb_impl.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -518,7 +518,7 @@ void MySqlConfigBackendImpl::createUpdateOptionDef(const db::ServerSelector& server_selector, const OptionDefinitionPtr& option_def, const std::string& space, - const int& get_option_def_code_space, + const int& /*get_option_def_code_space*/, const int& insert_option_def, const int& update_option_def, const int& create_audit_revision,