From: Keith Packard Date: Thu, 17 Feb 2022 01:49:42 +0000 (-0800) Subject: altos/lpc: Add casts to reduce -Wconversion warnings X-Git-Tag: 1.9.10.4~15 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e80a45c1565b14479e3a4cfc968d49b13cef4fe0;hp=e80a45c1565b14479e3a4cfc968d49b13cef4fe0;p=fw%2Faltos altos/lpc: Add casts to reduce -Wconversion warnings Most of these were caused by int/long mixes as uint32_t is 'long' on arm for reasons, meaning that bare int constants need to be cast to avoid a warning. No bugs identified. Signed-off-by: Keith Packard ---