]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
msg/async: resolve gcc warning
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 5 Apr 2019 22:57:31 +0000 (15:57 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 5 Apr 2019 22:57:31 +0000 (15:57 -0700)
commitbeebbfe347db71ea9a23386fb7d3e09162fa7f82
tree487e766bf536c46a99d47f1cc30c8550d484aab7
parent9473d99b61ffe4bd421bc629f5f94a5fdca889ed
msg/async: resolve gcc warning

    /home/pdonnell/ceph/src/msg/async/ProtocolV2.cc: In member function ‘Ct<ProtocolV2>* ProtocolV2::handle_auth_signature(ceph::bufferlist&)’:
    /home/pdonnell/ceph/src/msg/async/ProtocolV2.cc:2259:1: warning: control reaches end of non-void function [-Wreturn-type]
     }
     ^

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/msg/async/ProtocolV2.cc