[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (rc3) now available
- From: Patrick Rapin <toupie300@...>
- Date: Wed, 30 Nov 2011 13:24:59 +0100
> All feedback welcome. Thanks.
> --lhf
A small new warning, detected by Green Hills compiler for MIPS:
"..\src\lua\lbaselib.c", line 291: warning #550-D: variable "s" was set but
never used
const char *s;
^
And indeed, the variable "s" can be removed from the code.
Except that one, there are no more warnings on my compiling test
suite. Thank you.