openssl/crypto/sha
David Woodhouse 09977dd095 RT4347: Fix GCC unused-value warnings with HOST_c2l()
The HOST_c2l() macro assigns the value to the specified variable, but also
evaluates to the same value. Which we ignore, triggering a warning.

To fix this, just cast it to void like we did in commit 08e553644
("Fix some clang warnings.") for a bunch of other instances.

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
2016-03-01 12:10:18 -05:00
..
asm GH601: Various spelling fixes. 2016-02-05 15:25:50 -05:00
build.info Pass $(CC) to perlasm scripts via the environment 2016-02-13 19:21:36 +01:00
Makefile.in Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
sha1_one.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
sha1dgst.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
sha256.c RT4347: Fix GCC unused-value warnings with HOST_c2l() 2016-03-01 12:10:18 -05:00
sha512.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
sha_locl.h RT4347: Fix GCC unused-value warnings with HOST_c2l() 2016-03-01 12:10:18 -05:00