Re: strange warnings
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: strange warnings
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 9 Jun 2011 14:15:10 -0300
> I wonder if -fwrapv will help (or hurt) this situation.
I think it would hurt. We try to make Lua not to depend on
two’s complement behavior. That is why I would like it to pass
-Wstrict-overflow without warnings. It is a pity that it gives
warnings about code created by it, not by the programmer.
-- Roberto