lua-users home
lua-l archive

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


> >> lvm.c: In function ‘luaV_tostring’:
> >> lvm.c:57:7: warning: unknown conversion type character ‘l’ in format [-Wformat]
> [...]
> 
> fyi I'm seeing the same thing on OS X 10.8.4:
> 
> luac.c:265:24: warning: format specifies type 'double' but the argument has type
>      [...]

lvm.c:57:7 and luac.c:265:24 do not seem to be the same thing. (The warnings
themselves are different, too.)

-- Roberto