The following commit has been merged in the master branch:
commit 09ec1073b4c5d2eb70dcf5d8063018bc82e5a35e
Author: Mark Vitale <[email protected]>
Date:   Sun Jan 26 20:17:40 2020 -0500

    afs: silence bogus warning about dcListCount uninitialized
    
    Commit 3be5880d1d2a0aef6600047ed43d602949cd5f4d 'afs: Avoid panics in
    afs_InvalidateAllSegments' is correct, but at least one compiler (gcc
    4.3.4 on SLES 11.3) is fooled into issuing a warning:
    
        [...]/afs_segments.c: In function 'afs_InvalidateAllSegments_once':
        [...]/afs_segments.c:506: error: 'dcListCount' may be used 
uninitialized in this function
    
    To silence the bogus warning, initialize dcListCount when defined.
    
    Change-Id: I5938c85c71d08ed61ec1f69a50afb19c9b31fa82
    Reviewed-on: https://gerrit.openafs.org/14048
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

 src/afs/afs_segments.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to