commit | b16841ee69f6fbf2d250ba0369a94eabf54f92eb | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Oct 10 20:36:12 2019 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Fri Oct 11 18:21:08 2019 +0200 |
tree | d58ec38e2411fb6f52b8a2feb20ff6cf593cea38 | |
parent | fec306452b80365575e66543f328f1ec0946cdd6 [diff] [blame] |
Fixed -Wunused warnings when building without asymmetric crypto
diff --git a/tests/suites/test_suite_psa_crypto.function b/tests/suites/test_suite_psa_crypto.function index 87529ac..3e698f5 100644 --- a/tests/suites/test_suite_psa_crypto.function +++ b/tests/suites/test_suite_psa_crypto.function
@@ -894,6 +894,8 @@ "No sanity check for public key type=0x%08lx", (unsigned long) type ); test_fail( message, __LINE__, __FILE__ ); + (void) p; + (void) end; return( 0 ); } }