lua-users home
lua-l archive

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


Compiling with no changes on 32bit Debian armhf gives:

gcc -O2 -Wall -Wextra -DLUA_COMPAT_ALL -DLUA_USE_LINUX -c -o luac.o luac.c
luac.c: In function 'PrintConstant':
luac.c:265:2: warning: format '%g' expects argument of type 'double',
but argument 2 has type 'int' [-Wformat]

On Sat, Jul 6, 2013 at 12:22 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> Lua 5.3.0 (work1) is now available for testing at
>         http://www.lua.org/work/lua-5.3.0-work1.tar.gz
>
> MD5     d4053ee55741eab5ecd7061326577586  -
> SHA1    ce71e80a24d1232f42d3afbdc1b034b0877f532b  -
>
> This is a work version. An updated reference manual is included but
> all details may change in the final version.
>
> The main change in Lua 5.3.0 is support for integers.
>
> The complete diffs from Lua 5.2 are too extensive to show.
>
> All feedback welcome. Thanks.
> --lhf
>



-- 
David Burgess