commit | 466be2ca78dbaf3e60aa857a9759ab5e9c73db5d | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Tue Nov 10 15:08:37 2020 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Thu Oct 07 09:26:27 2021 +0200 |
tree | a5fb64d5b78b82b734d0c6eaaf902cb35cc435e5 | |
parent | 18f5a57e103888c1c58711e60c633008c94b9755 [diff] |
fix(plat/st): correct signedness comparison issue Add casts where required to avoid compialtion error when enabling -Wsign-compare in shared resources file. The assert is also corrected to match the correct range (change || to &&). Change-Id: Ie4c9c0c935d39ff9a2165b909172aacb3e94ab4d Signed-off-by: Yann Gautier <yann.gautier@st.com>