mwatts(a)redhat.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1241293?usp=email )
Change subject: gcc 14: fix uninitialized variables
......................................................................
gcc 14: fix uninitialized variables
Gcc 14 in el10 likes to warn about things that it thinks
might be uninitialized. Ganesha builds with warnings as errors.
Result: unhappiness.
Change-Id: I51260792b34f136dbed9d5056e45e45e8e1ae33d
Signed-off-by: Marcus Watts <mwatts(a)redhat.com>
---
M src/FSAL/FSAL_CEPH/main.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_helpers.c
M src/tools/ganesha-rados-grace.c
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/93/1241293/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1241293?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: I51260792b34f136dbed9d5056e45e45e8e1ae33d
Gerrit-Change-Number: 1241293
Gerrit-PatchSet: 1
Gerrit-Owner: mwatts(a)redhat.com