]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(stm32mp1): fix enum prints
authorYann Gautier <yann.gautier@st.com>
Mon, 28 Feb 2022 10:39:56 +0000 (11:39 +0100)
committerYann Gautier <yann.gautier@st.com>
Mon, 28 Feb 2022 16:20:06 +0000 (17:20 +0100)
commitceab2fc3442dbda1c4beaff3c4fe708a04c02303
treeea57c1a43dc06160c2f09cebc28253fee2b80e3f
parent9fa9a0c55cc830e609415d2cedd2d34fcbec1008
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
plat/st/stm32mp1/stm32mp1_shared_resources.c