Re: [ANN] Lua 5.2.0 (work1) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work1) now available
- From: David Burgess <dabsoft@...>
- Date: 2010年1月12日 00:35:07 +1100
Roberto Ierusalimschy wrote:
(Any compiler should provide a standard (and documented) way to silence
each of its warnings.)
-- Roberto
MS VCs (all of them I think use
e.g.
#pragma warning( disable : 4514 )
#pragma warning( disable : errorlist ... )
I am not sure about gcc.
However one of the rules of #pragma methinks is that compilers are
supposed to ignore it if they do not understand it.
DB