openssl/crypto/md5
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 Remove all .cvsignore files 2014-11-28 18:32:43 -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
md5_dgst.c RT4347: Fix GCC unused-value warnings with HOST_c2l() 2016-03-01 12:10:18 -05:00
md5_locl.h Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
md5_one.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
md5s.cpp