OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3395-gf63047a
Gerrit Code Review
gerrit@openafs.org
Wed, 20 Feb 2013 04:16:26 -0800 (PST)
The following commit has been merged in the master branch:
commit f63047a3d1d0ed27c1efdde9ca81b0e62f9f6e69
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Fri Feb 15 17:08:45 2013 +0000
Fix warnings-as-errors for clang
It seems like some versions of clang have a problem with using
pragmas to stop particular warnings being converted to errors with
-Werror. These compilers require that the warning be ignored completely
in order to suppress it.
Make the necessary changes to afsd and bozo, and update README.WARNINGS
to note the problem.
Change-Id: I66038130695d2ad27c289f29bcd8f6f2eddf1ded
Reviewed-on: http://gerrit.openafs.org/9135
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
README.WARNINGS | 11 +++++++++++
src/afsd/afsd_kernel.c | 6 +++++-
src/bozo/bosserver.c | 6 +++++-
3 files changed, 21 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository