commit | 102092ed689a22f5522e5934a4d94b65507f6277 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Thu Mar 28 15:24:22 2019 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Fri Apr 12 17:38:26 2019 +0200 |
tree | 261ed15b914696fabef29f6c7f0fb0839de007fa | |
parent | 895c5caa9070a134bc12acdc6d0ad0354aa1f644 [diff] |
TAs: explicitly initialize local variables This change initializes all local variables to prevent build issues (warnings and/or errors) in OP-TEE test package. This change uses = { } for non-scalar variables and = 0 for scalar variables. This change also removes some useless header files inclusion. This change also fixes few bad indentations. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-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