The following commit has been merged in the openafs-stable-1_6_x branch:
commit 29a6e95cddff3dab9477937bcd0c64ef2ff00809
Author: Simon Wilkinson <[email protected]>
Date:   Fri Mar 30 19:12:37 2012 +0100

    Unix CM: Purge needless brackets
    
    Doing if ((a==b)) is unecessary. It's also potentially dangerous, as
    that's the syntax required to do assignment within an if statement.
    clang now issues warnings (errors in -Werror mode) when it encounters
    these.
    
    Remove pointless braces from the Unix CM to make clang happy.
    
    Reviewed-on: http://gerrit.openafs.org/7074
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>
    (cherry picked from commit 345656ec140f0156f2076629bdfc84940c02160b)
    
    Change-Id: I6a47d30fd6ef0ad0c6903c79a0bfe579db527847
    Reviewed-on: http://gerrit.openafs.org/10743
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

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