asyncEnableDHCPService(client, server_name,
[&](const bool success,
const std::string& error_message,
- const int rcode) {
+ const int) {
// It is possible that we have already recorded an error
// message while synchronizing the lease database. Don't
// override the existing error message.
asyncEnableDHCPService(client, server_name,
[&](const bool success,
const std::string& error_message,
- const int rcode) {
+ const int) {
if (!success && status_message.empty()) {
status_message = error_message;
}