OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-119-ge83d382

Gerrit Code Review gerrit@openafs.org
Wed, 21 Oct 2009 19:54:55 -0700 (PDT)


The following commit has been merged in the master branch:
commit e83d382d208950029610ff04ec696b7ce6840a56
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Thu Oct 22 00:34:50 2009 +0100

    Add -Wpointer-arith to warning and checking builds
    
    GCC doesn't catch issues with performing pointer arithmetic on
    (void *)s, unless the -Wpointer-arith warning flags is supplied.
    Enable it for warning and checking builds.
    
    Reviewed-on: http://gerrit.openafs.org/708
    Tested-by: Marc Dionne <marc.c.dionne@gmail.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/cf/osconf.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository