commit | 4ce04ccc6a65b79a8ec4de57f0cf633bdc7c89b4 | [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 | d01d25b4a59918c91bc30b83b7d56f5c5053662d [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