]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson: do not use auto in param list of function prototype
authorKefu Chai <kchai@redhat.com>
Sat, 11 Jan 2020 08:22:47 +0000 (16:22 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 11 Jan 2020 15:12:27 +0000 (23:12 +0800)
commitfa228ef9a74050ff44ec7d9c715d19f071f4c6b7
tree6823c17025117f13fdf2367ec48369cfc6665e34
parent3fb6cea2fb6edf07d7895fd451855bff722401bd
crimson: do not use auto in param list of function prototype

to silence following warnings from clang 9.0.1:

src/crimson/osd/pg_backend.cc:465:3: error: 'auto' not allowed in function prototype
  auto& store,
  ^~~~

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/pg_backend.cc