lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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.