I’m getting this too. Is this an issue when running Ledger on ARM? On Wednesday, October 14, 2020 at 11:44:25 PM UTC+2 Alan wrote:
> I tried compiling Ledger on an ARM processor, where the bare `char` type > defaults to unsigned. I got warnings at a handful of lines in a couple of > source files: > > - query.cc > - times.cc > - token.cc > > "warning: comparison is always false due to limited range of data type > [-Wtype-limits]" > > The bug is fairly obvious, and I would be happy to contribute a clean-up > fix. But I wanted to ask first whether it would be welcome, because I > assume I couldn't possibly be the first person to have encountered this. > > Actually most, if not all, of the code isn't even really in play, IINM: > it's dead/unreachable and/or redundant/irrelevant. So my proposed fix would > be to just excise it. > > Or am I missing something? > -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ledger-cli/3adce81c-454d-4279-a9e2-4851cd38ccd8n%40googlegroups.com.
