The following commit has been merged in the master branch:
commit 51d31209dc9a3082461cc9430da0975fdf28b085
Author: Benjamin Kaduk <[email protected]>
Date:   Fri Jan 10 00:00:52 2014 -0500

    Use an explicit symbol for uninitialized vnode types
    
    Avoid trying to get clever with stuffing -1 into an unsigned bitfield,
    which causes the value to change and generates a warning from clang.
    Just use vNull, which is intended to be used for uninitialized/empty
    vnodes.
    
    Change-Id: I5662887e5a68c7e687025d19226f821d8f2d6a09
    Reviewed-on: http://gerrit.openafs.org/10701
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>

 src/tools/dumpscan/dumptool.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