OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3486-g66fea9b

Gerrit Code Review gerrit@openafs.org
Sun, 24 Feb 2013 11:40:43 -0800 (PST)


The following commit has been merged in the master branch:
commit 66fea9b7d3cf4799600e8bab71729b3567497df9
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Fri Feb 22 10:09:39 2013 +0000

    scout: Fix a lot of dead assignments
    
    In lots of places scout takes the return value of a graphics
    function, then decides it doesn't actually care about the result.
    
    Get rid of the assignments, as they provide a false sense of
    security.
    
    Caught by clang-analyzer
    
    Change-Id: I1ea8514b969777f1276b4e8f8ab946a4d36a870c
    Reviewed-on: http://gerrit.openafs.org/9238
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/scout/scout.c |   98 +++++++++++++++++++++++++----------------------------
 1 files changed, 46 insertions(+), 52 deletions(-)

-- 
OpenAFS Master Repository