[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: link warning
- From: "Will Leshner" <will.leshner@...>
- Date: Wed, 7 Feb 2007 18:04:30 -0800
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.