commit | 9fa9a0c55cc830e609415d2cedd2d34fcbec1008 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Mon Feb 28 11:34:05 2022 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Mon Feb 28 11:36:00 2022 +0100 |
tree | e089244a3604bcc9903ce935c1eeb2517ecb54a6 | |
parent | 92537e170d18a72252ff7574a655681bcbe21785 [diff] |
fix(st-clock): print enums as unsigned With gcc-11, the -Wformat-signedness warning complains about enum values that should be printed as unsigned values. Change %d to %u for several lines in the clock driver. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: Ia2d24e6feef5e852e0a6bfaa1286fe605f9a16b7