commit | d1c6c495541b6e387179f987acbef274a12c7535 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Fri Nov 18 13:43:32 2022 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Dec 07 14:16:48 2022 +0100 |
tree | 26c6c3e188f89884ee549c14a63bd9e5dda153d1 | |
parent | 1290662034578b4e52443c79f34dfd7c284c0435 [diff] |
fix(partition): add U suffix for unsigned numbers This corrects MISRA c2012-7.2 violation: A "u" or "U" suffix shall be applied to all integer constants that are represented in an unsigned type. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I5508a7d482213fc4d22e3e7ac53defb4135af596