Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: dfafe50 ("Import mbedtls-3.4.0") Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
- Loading branch information