OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-107-gf1796b0

Gerrit Code Review gerrit@openafs.org
Sun, 19 Sep 2010 22:32:24 -0700 (PDT)


The following commit has been merged in the master branch:
commit f1796b0f4ad0202ad32e06bb849f443984cf22b5
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Sat Sep 11 13:23:11 2010 -0400

    butc: Set but unused variables
    
    Remove unused variable taskId
    
    writeData() systematically returns 0, so make it void and adapt
    call sites that assigned the return value but never used it.
    Also move the function up in the file to avoid the need for a
    forward declaration, and make it static since it's only used here.
    
    Spotted by gcc 4.6
    
    Change-Id: I2f61c0395796498175f2cb9131066b00657f99a7
    Reviewed-on: http://gerrit.openafs.org/2785
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/butc/read_tape.c  |   42 +++++++++++++++++++-----------------------
 src/butc/tcudbprocs.c |    3 ---
 2 files changed, 19 insertions(+), 26 deletions(-)

-- 
OpenAFS Master Repository