[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (beta-rc1) now available
- From: Patrick Rapin <toupie300@...>
- Date: Tue, 14 Jun 2011 14:17:04 +0200
> Do you know how to remove these warnings?
The trick with 0-... seems to work:
if ((unsigned int)i == 0-(unsigned int)i)
else if (0-(size_t)pos > len) return 0;