From 35a2ef10a23a9b668428c931f408a4a8154adbc9 Mon Sep 17 00:00:00 2001 From: Ralph Tandetzky Date: Thu, 1 Dec 2016 15:37:04 +0100 Subject: Fix: GCC warning "type qualifiers ignored on function return type". This pedantic message appeared all over the code. Also removed one warning about an unused variable in release build. --- sha.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sha.h') diff --git a/sha.h b/sha.h index 008c9b37..b99621d9 100644 --- a/sha.h +++ b/sha.h @@ -27,7 +27,7 @@ class CRYPTOPP_DLL SHA1 : public IteratedHashWithStaticTransform