aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-08-14 05:34:24 -0400
committerJack Lloyd <[email protected]>2017-08-14 05:34:24 -0400
commitba2c6c7b020497178776b4574ed329586f97c211 (patch)
tree4c2582c1c41f4bf859a02db46c82638d5469150c
parent3e1312d905dac01f317138b68fd284799a5abc29 (diff)
Unused variable warning [ci skip]
-rw-r--r--src/tests/test_sm2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_sm2.cpp b/src/tests/test_sm2.cpp
index 2b647e2db..88d872435 100644
--- a/src/tests/test_sm2.cpp
+++ b/src/tests/test_sm2.cpp
@@ -73,7 +73,7 @@ class SM2_Encryption_KAT_Tests : public PK_Encryption_Decryption_Test
"P,A,B,xG,yG,Order,Cofactor,Msg,x,Nonce,Ciphertext",
"") {}
- virtual std::string default_padding(const VarMap& vars) const override
+ virtual std::string default_padding(const VarMap&) const override
{
return "";
}