From 0ff3516b7f852ff219177ce143301c836d0f6d1e Mon Sep 17 00:00:00 2001 From: noloader Date: Mon, 29 Jun 2015 00:45:59 +0000 Subject: Add CRYPTOPP_UNUSED to help supress unused variable warnings. Applied AlgorithmParametersTemplate because its use is nearly ubiquitous git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@550 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- algparam.h | 1 + 1 file changed, 1 insertion(+) (limited to 'algparam.h') diff --git a/algparam.h b/algparam.h index ea5129c..6a22740 100644 --- a/algparam.h +++ b/algparam.h @@ -320,6 +320,7 @@ public: void MoveInto(void *buffer) const { AlgorithmParametersTemplate* p = new(buffer) AlgorithmParametersTemplate(*this); + CRYPTOPP_UNUSED(p); } protected: -- cgit v1.2.1