OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-224-ge7a12d5
Gerrit Code Review
gerrit@openafs.org
Tue, 5 Oct 2010 06:48:49 -0700 (PDT)
The following commit has been merged in the master branch:
commit e7a12d56bc3b27a3ada37e2799e1925204d23300
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.
Change-Id: I55485ff422feeecbb922e8fd63321605d6a8575c
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>
src/cf/osconf.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository