commit | 5657decc7ffa1376c0a97b6d14ea1428877f5af4 | [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 | 330669de94bace7431ed70416211241754d5d0b0 [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>