commit | 892ae4d53f62b9879d961739e2447e17e249808d | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Mon Mar 09 09:58:09 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Mar 09 11:32:50 2020 +0100 |
tree | b6ef48933f21a79a472865b93ee1466a82dce15f | |
parent | de74633b864db508cee353fc5710aa82ceca9d2c [diff] |
os_test: call_longjmp(): add __noreturn attribute call_longjmp() does not return so it should have a __noreturn attribute. Fixes a Clang warning: $ make COMPILER=clang ... CC out/os_test.o os_test.c:667:1: warning: function 'call_longjmp' could be declared with attribute 'noreturn' [-Wmissing-noreturn] { ^ Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Etienne Carriere <etienne.carriere@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