commit | 8225713449d3df7b8945e14e6c4728a3c9a24dd4 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Tue Oct 10 16:56:35 2023 +0200 |
committer | Jens Wiklander <jens.wiklander@linaro.org> | Tue Oct 10 18:07:29 2023 +0200 |
tree | 0da4d2ec00ea518366e9aa5cf18d1218a0322771 | |
parent | f03730842d7b348d318c5abf5265164a584140b9 [diff] |
libmbedtls: fix unrecognized compiler option Prior to this patch when compiling with clang there an error: error: unknown warning option '-Wno-unused-functions'; did you mean '-Wno-unused-function'? [-Werror,-Wunknown-warning-option] Fix this by using -Wno-unused-function instead. Fixes: dfafe507bbef ("Import mbedtls-3.4.0") Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers