The following commit has been merged in the master branch:
commit fabe41d6443586778cd992ad0aa8fad41b130114
Author: Simon Wilkinson <[email protected]>
Date:   Sat Sep 26 17:56:48 2009 +0100

    Squish some warnings in ubik/
    
    Remove some more warnings from the ubik/ directory
       - Remove a dangling else case from an if statement
       - Prototype ubik_dprint_25
       - Don't do (a || b()) - it's horrible, and causes warnings!
         Replace with if (!a) b();
    
    Reviewed-on: http://gerrit.openafs.org/504
    Tested-by: Derrick Brashear <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>

 src/ubik/phys.c       |    3 ++-
 src/ubik/ubik.p.h     |    1 +
 src/ubik/ubikclient.c |    4 +++-
 3 files changed, 6 insertions(+), 2 deletions(-)

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

Reply via email to