commit | 1f6fd3d348d04bb3d6ea12a30a1dab713c66248d | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Tue Nov 10 14:47:04 2020 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Thu Oct 07 18:08:01 2021 +0200 |
tree | 63fcff016fd06b804227750d4d9f281084c581b1 | |
parent | 466be2ca78dbaf3e60aa857a9759ab5e9c73db5d [diff] |
fix(lib/optee): correct signedness comparison Avoid compilation errors with -Wsign-compare : "comparison of integer expressions of different signedness" by changing type of num to uint32_t. And change init_load_addr check. Change-Id: I891e4a288a964ffdb52129813ba8652c5bcf85b2 Signed-off-by: Yann Gautier <yann.gautier@st.com>