On Tue, Apr 20, 2021 at 9:35 AM Koichi Murase <myoga.mur...@gmail.com> wrote:
> In addition, you need to change `1 << 31' to `1u << 31'.  The literal
> `1' has the type `(signed) int'.  One needs to use `1u'---the literal
> of the type `unsigned int'.

I see, but I think I'll just skip that as I would also have to modify
other declarations for consistency.  I think the code is already good
enough for a proof of concept at least.

-- 
konsolebox

Reply via email to