[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 13:51:54 +0200
They are some warnings given by MSVC compiler.
Using Visual Studio 2010 with waring level 3 active (the default), 3
warnings are output:
- lbaselib.c(340): warning C4090: 'function' : different 'const' qualifiers
- lstrlib.c(48): warning C4146: unary minus operator applied to
unsigned type, result still unsigned
- ltable.c(91): warning C4146: unary minus operator applied to
unsigned type, result still unsigned