]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common, librbd, msg, test: fix FTBFS on gcc 13 52120/head
authorTim Serong <tserong@suse.com>
Wed, 8 Mar 2023 02:53:29 +0000 (13:53 +1100)
committerCasey Bodley <cbodley@redhat.com>
Mon, 19 Jun 2023 18:57:14 +0000 (14:57 -0400)
commit6215529c5c545ac5291b938b1f76871dff4cf70c
tree5bdcd909f88ff3c5d0f38cb54fd2c2194f1c5abc
parent6c734507057d3714b7124a35469cdd81975d76f6
common, librbd, msg, test: fix FTBFS on gcc 13

This is based on 0024-gcc-13.patch from https://tracker.ceph.com/issues/58477
but with an extra #include <cstdint> to avoid dropping std:: prefixes on
integer types.

Fixes: https://tracker.ceph.com/issues/58477
Signed-off-by: Tim Serong <tserong@suse.com>
(cherry picked from commit 796ce63667b460ba9b8d40891f30e45981ba237a)
src/common/Cycles.h
src/librbd/api/PoolMetadata.h
src/msg/async/compression_onwire.h
src/test/librados/op_speed.cc
src/test/mon/test_log_rss_usage.cc