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>
1 file changed
tree: 6622ff3f1f2a2b6a982332aa4d62e5344bc404f9
  1. .github/
  2. cert/
  3. host/
  4. package/
  5. scripts/
  6. ta/
  7. .gitignore
  8. Android.mk
  9. CMakeLists.txt
  10. CMakeToolchain.txt
  11. LICENSE.md
  12. Makefile
  13. README.md
  14. typedefs.checkpatch
README.md

OP-TEE sanity testsuite

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