On Thu, Nov 23, 2023 at 07:58:16PM +0100, Christoph Muellner wrote:
From: Christoph Müllner christoph.muellner@vrull.eu
When building the RISC-V selftests with a riscv32 compiler I ran into a couple of compiler warnings. While riscv32 support for these tests is questionable, the fixes are so trivial that it is probably best to simply apply them.
Note that the missing-include patch and some format string warnings are also relevant for riscv64.
I also posted [1] a couple days ago for the format warnings, but, as this series also includes rv32 fixes, then we can drop [1] in favor of this.
[1] https://lore.kernel.org/all/20231122171821.130854-2-ajones@ventanamicro.com/
For the series,
Reviewed-by: Andrew Jones ajones@ventanamicro.com
Thanks, drew