commit | ceab2fc3442dbda1c4beaff3c4fe708a04c02303 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Mon Feb 28 11:39:56 2022 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Mon Feb 28 17:20:06 2022 +0100 |
tree | ea57c1a43dc06160c2f09cebc28253fee2b80e3f | |
parent | 9fa9a0c55cc830e609415d2cedd2d34fcbec1008 [diff] |
fix(stm32mp1): fix enum prints With gcc-11, the -Wformat-signedness warning complains about enum values that should be printed as unsigned values. But the current version of compiler used in CI states that this parameter is signed. Just cast the value then. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: Ic0655e5ba9c44fe6abcd9958d7a9972f5de3b7ef