lua-users home
lua-l archive

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


When building Lua with Xcode, I find I am getting this link warning:

objects/loslib.o: In fucntion `os_tmpname':../Lua/loslib.c:63 warning
the use of `tmpnam' is dangerous, better use `mkstemp'


This is with Xcode 2.3, which uses some flavor of GCC 4.0, I believe.
Would it make sense for the Lua source to switch over to using
mkstemp?

Thanks.