]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common, librbd, msg, test: fix FTBFS on gcc 13
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:51:11 +0000 (14:51 -0400)
commit5f294ed63642abc8781d17a6f4e3b6795c486df6
treef1df3d7dac83871a0b05ecb2ca5a8b382cbfa20e
parentce7f1a316ccd864c16e87da5e6471578801f9b48
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