]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson: admin: fix FTBFS with gcc 15
authorDuncan Bellamy <dunk@denkimushi.com>
Mon, 29 Sep 2025 06:47:58 +0000 (06:47 +0000)
committerDuncan Bellamy <dunk@denkimushi.com>
Mon, 29 Sep 2025 06:47:58 +0000 (06:47 +0000)
commitbf25307b6ae78ca6fd3b01277afb56f9e8bb2aaf
tree8e2b2ecbe2d3fa3e4a47c5aca56bb380bad35b49
parentf42d7dbea97e13d700633ea31b4e1ad068fea72d
crimson: admin: fix FTBFS with gcc 15

replace stdout and stderr variable names in src/crimson/admin/admin_socket.cc with names that do not clash with the global constant pointers

Fixes: https://tracker.ceph.com/issues/73291
Signed-off-by: Duncan Bellamy <dunk@denkimushi.com>
src/crimson/admin/admin_socket.cc