OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1394-g6840d8d

Gerrit Code Review gerrit@openafs.org
Wed, 13 Jul 2011 19:59:13 -0700 (PDT)


The following commit has been merged in the master branch:
commit 6840d8dfb80d9ae3888171520304a021caef9fe5
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Wed Jul 13 14:42:11 2011 +0100

    volser: fix set-but-unused variable warning
    
    restorevol reads the magic number from the dump, then does nothing
    with it. Rather than not reading it at all, just mark the variable that
    it is read into as unused to supress the compiler warning.
    
    Change-Id: I371e2556e3661836f6256fac255ae79005d9ffaa
    Reviewed-on: http://gerrit.openafs.org/5002
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/volser/restorevol.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository