The following commit has been merged in the master branch:
commit 59e9b3b409be73dfd004077b634958abcd79b91d
Author: Ben Kaduk <[email protected]>
Date:   Mon Jul 21 11:01:04 2014 -0400

    Avoid a name conflict in a local variable
    
    Modern compilers will warn when a variable in a nested scope hiding
    a variable of the same name in an outer scope.  One of the arguments
    to afs_lhash_remove() is already named 'data'; don't reuse that name
    for a local variable.
    
    Change-Id: Icbb5010d298110cd4dab395fc5eec45e01ec9ba3
    Reviewed-on: http://gerrit.openafs.org/11371
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Chas Williams - CONTRACTOR <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/util/afs_lhash.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

Reply via email to