The following commit has been merged in the openafs-stable-1_6_x branch:
commit 70545f9e9fc19663d08e16f912211607f7c8c998
Author: Benjamin Kaduk <[email protected]>
Date:   Thu Mar 1 20:28:23 2018 -0600

    afs_pioctl: avoid -Wpointer-sign
    
    Change the declaration of 'addr' to be a signed int, to match
    RXAFS_CallBackRxConnAddr() and the afsd_pd_GetInt() used with it.
    This was detected by clang 4.0 in FreeBSD 11.1, via -Wpointer-sign.
    
    Reviewed-on: https://gerrit.openafs.org/12934
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit 79f33b859aeb3c91f2cce7597fdc138978c4e1d9)
    
    Reviewed-on: https://gerrit.openafs.org/12938
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit acb0e84df0cdff1ee1b4098b2705e5a30dd7eb38)
    
    Change-Id: I5317ee2669c8906608cd087bad9c8162f9cc124f
    Reviewed-on: https://gerrit.openafs.org/13022
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Marcio Brito Barbosa <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/afs/afs_pioctl.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