lua-users home
lua-l archive

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


>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