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:25 -0800 (PST)
The following commit has been merged in the master branch:
commit 5fc0746ac902dea7f5f8419b7eb735ccc0c54a10
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Tue Feb 19 10:15:33 2013 +0000
hcrypto: Suppress empty body warning
clang now complains about statements of the form
if (blah)
;
There's one of these in hcrypto. Until we can get this fixed upstream,
just mark the file as no-error.
Change-Id: I86d1362552ca9ee7b2c47a7c92bd8d6484ab7dbd
Reviewed-on: http://gerrit.openafs.org/9134
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
README.WARNINGS | 1 +
src/crypto/hcrypto/Makefile.in | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository