hcrypto: Suppress empty body warning
authorSimon Wilkinson <sxw@your-file-system.com>
Tue, 19 Feb 2013 10:15:33 +0000 (10:15 +0000)
committerDerrick Brashear <shadow@your-file-system.com>
Wed, 20 Feb 2013 12:15:36 +0000 (04:15 -0800)
commit5fc0746ac902dea7f5f8419b7eb735ccc0c54a10
tree8f513342d62a3e15dba87f7f221edf1043005d73
parent252a5b65c30636bf5f62a49a79e5777004ecd17d
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
src/crypto/hcrypto/Makefile.in