diff options
author | Richard Levitte <levitte@openssl.org> | 2015-01-29 01:54:09 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-01-29 01:54:09 +0100 |
commit | c6ef15c494e49ecc505156c8063474b20e29ef6a (patch) | |
tree | accf01dca71f3c74a0c60aa879645cae8d99c2e4 /crypto/rc2 | |
parent | 7317192c645f24dfdb0c8340b871bc045454f8f4 (diff) | |
download | openssl-new-c6ef15c494e49ecc505156c8063474b20e29ef6a.tar.gz |
clang on Linux x86_64 complains about unreachable code.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/rc2')
-rw-r--r-- | crypto/rc2/rc2test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/rc2/rc2test.c b/crypto/rc2/rc2test.c index f7eae13c26..ae57e56d39 100644 --- a/crypto/rc2/rc2test.c +++ b/crypto/rc2/rc2test.c @@ -147,7 +147,6 @@ int main(int argc, char *argv[]) printf("ERROR: %d\n", err); # endif EXIT(err); - return (err); } #endif |