sragraha(a)redhat.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1229368?usp=email )
Change subject: Build: fix redundant-move error for CentOS 10 (GCC 14) compatibility
......................................................................
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(a)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
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1229368?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
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(a)redhat.com