OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre2-19-g687831a

Gerrit Code Review gerrit@openafs.org
Sun, 20 Feb 2011 05:54:02 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit a138be92a0016ccb237e8216d875720b2dbfd896
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue Oct 5 09:01:00 2010 +0100

    Irix: Make compiler less chatty
    
    Supress a few of our errors from the Irix compiler and linker, so its
    output is a little less verbose.
    
    This change suppresses the function declared but not used and
    multiple declaration errors that we get due to our static_inline fudge
    and the paramater declared but not used errors.
    
    Other error suppression is possible - you just need the number
    immediately after the 'cc-' in the build logs to say which number to
    add to the -woff line.
    
    Reviewed-on: http://gerrit.openafs.org/2908
    Tested-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit e7a12d56bc3b27a3ada37e2799e1925204d23300)
    
    Change-Id: Ifa967e9936cb3beed19b1df1e234a13ca9c95e37
    Reviewed-on: http://gerrit.openafs.org/4005
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository