]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerTim Serong <tserong@suse.com>
Fri, 19 May 2023 04:11:09 +0000 (14:11 +1000)
commit796ce63667b460ba9b8d40891f30e45981ba237a
tree4ce35531a98121e791efc10c2361f61854ebb6fa
parent2e2e7b91865f8700df12ec18d857cbed33941493
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>
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