From c556cac5b6fc366502ed7f255fcc99918ce152c8 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Wed, 20 Dec 2017 09:42:36 -0500 Subject: Fix some shadow and unused parameter warnings --- src/tests/test_x509_path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests') diff --git a/src/tests/test_x509_path.cpp b/src/tests/test_x509_path.cpp index 7ea0f5b04..49f937475 100644 --- a/src/tests/test_x509_path.cpp +++ b/src/tests/test_x509_path.cpp @@ -555,7 +555,7 @@ std::vector BSI_Path_Validation_Tests::run() * the validation function may be relevant, i.e. if issuer DNs are * ambiguous. */ - for (int i = 0; i < 16; i++) + for (size_t r = 0; r < 16; r++) { std::random_shuffle(++(certs.begin()), certs.end()); -- cgit v1.2.3