From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4883 invoked from network); 29 Feb 2000 08:40:08 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 Feb 2000 08:40:08 -0000 Received: (qmail 20635 invoked by alias); 29 Feb 2000 08:40:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9925 Received: (qmail 20603 invoked from network); 29 Feb 2000 08:39:59 -0000 From: "Bart Schaefer" Message-Id: <1000229083954.ZM17896@candle.brasslantern.com> Date: Tue, 29 Feb 2000 08:39:54 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Shutting up a silly compiler warning MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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