The following commit has been merged in the openafs-stable-1_6_x branch:
commit 5b6286cdc5eadeb9575bcfb86685393b30cfa4d3
Author: Benjamin Kaduk <[email protected]>
Date:   Thu Feb 6 16:22:49 2014 -0500

    pointers are not castable to unsigned int
    
    When printing a pointer's value for debugging purposes, use the
    dedicated printf format specifier for pointers instead of assuming
    that unsigned int ('x') is good enough.
    
    Found by clang on FreeBSD 10.0.
    
    Reviewed-on: http://gerrit.openafs.org/10820
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Perry Ruiter <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    (cherry picked from commit 758ec15f9391c296f1caa042385148f1a5e0bc84)
    
    Change-Id: Ibe88c38d0563ac125486d0ae7f16882a7989ee98
    Reviewed-on: http://gerrit.openafs.org/11402
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Chas Williams - CONTRACTOR <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: D Brashear <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

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

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

Reply via email to