[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Warnings and potential security problem in compilation of Lua5.0-alpha
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 5 Dec 2002 12:31:29 -0200
>I get the following warnings in the compilation of
>lua-5.0-alpha/src/luac/print.c:
>
>print.c: In function `PrintCode':
>print.c:116: warning: void format, Proto arg (arg 2)
>print.c: In function `PrintHeader':
>print.c:145: warning: void format, Proto arg (arg 8)
>
>Can this warning be safely ignored and if so is there any way to stop this
>warning appearing?
These can be safely ignored and have been fixed.
--lhf