commit | 2e79f3cea13671b6e5bdb6c3492ca0e28364c4f0 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Mon May 18 14:28:43 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed May 20 09:53:00 2020 +0200 |
tree | 6622ff3f1f2a2b6a982332aa4d62e5344bc404f9 | |
parent | 66542a1bb4e075699761e2c76cb166d62235c82f [diff] |
ta: os_test: fix build warning on unused propset Fix build warning reported with trace below: os_test.c: In function ‘ta_entry_client_identity’: os_test.c:1220:21: warning: unused variable ‘propset’ [-Wunused-variable] TEE_PropSetHandle *propset = NULL; ^~~~~~~ Fixes: 41ff08096ecf ("os_test: get client identity") Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.
// OP-TEE core maintainers