zsh-workers
 help / color / mirror / code / Atom feed
* Shutting up a silly compiler warning
@ 2000-02-29  8:39 Bart Schaefer
  2000-02-29  9:56 ` Jos Backus
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bart Schaefer @ 2000-02-29  8:39 UTC (permalink / raw)
  To: zsh-workers

Jos Backus just reported this one to me, from the FreeBSD compiler:

utils.o: In function `gettempname':
utils.o(.text+0x1bfa): warning: mktemp() possibly used unsafely; consider
using mkstemp()

Zsh does NOT use mktemp() unsafely, and it can't use mkstemp() because it
sometimes wants to create a FIFO or other non-plain-file.  What's the way
to get rid of this warning without actually changing the code?

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-02-29 19:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-29  8:39 Shutting up a silly compiler warning Bart Schaefer
2000-02-29  9:56 ` Jos Backus
2000-02-29 10:43 ` Ollivier Robert
2000-02-29 19:37 ` Dan Nelson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).