sragraha@redhat.com has uploaded this change for review.

View Change

Build: fix redundant-move error for CentOS 10 (GCC 14) compatibility

Issue: As part of the CI infrastructure migration from CentOS 9 to CentOS 10,
the build fails in the monitoring module. CentOS 10 uses GCC 14, which flags
std::move() on return values of local variables as a redundant operation
(-Werror=redundant-move)

Change-Id: I8a2c24f9bd40b5d6a271f4a153cc75f062ea57ae
Signed-off-by: Sreedhar Agraharam <sragraha@redhat.com>
---
M src/monitoring/dynamic_metrics.cc
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/68/1229368/1

To view, visit change 1229368. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I8a2c24f9bd40b5d6a271f4a153cc75f062ea57ae
Gerrit-Change-Number: 1229368
Gerrit-PatchSet: 1
Gerrit-Owner: sragraha@redhat.com