]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/mon: comment unused parameter
authorKefu Chai <kchai@redhat.com>
Tue, 9 Mar 2021 14:30:06 +0000 (22:30 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 9 Mar 2021 14:32:36 +0000 (22:32 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/mon/MonClient.cc

index 5b68ab8da7de83c366b6ff2676ac40c79fbca186..2d82aadc4fc053f0badc8e6ca9a5662316bcb8b7 100644 (file)
@@ -683,7 +683,7 @@ ceph::bufferlist Client::handle_auth_reply_more(crimson::net::ConnectionRef conn
 int Client::handle_auth_done(crimson::net::ConnectionRef conn,
                              AuthConnectionMetaRef auth_meta,
                              uint64_t global_id,
-                             uint32_t con_mode,
+                             uint32_t /*con_mode*/,
                              const bufferlist& bl)
 {
   if (conn->get_peer_type() == CEPH_ENTITY_TYPE_MON) {