From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f23a64423a4bd480,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-23 16:58:20 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!212.74.64.35!colt.net!news.tele.dk!TDC-Europe.POSTED!oek.dk!not-for-mail From: "Peter I. Hansen" Newsgroups: comp.lang.ada Subject: compile warning Date: Thu, 24 May 2001 01:59:25 +0200 Organization: Posted through some European Outpost of TDC Internet A/S Message-ID: <3B0C4EDD.A8487A63@oek.dk> NNTP-Posting-Host: oek.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.inet.tele.dk 990662297 29385 195.215.62.2 X-Complaints-To: the appropriate department of the poster's provider X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:7716 Date: 2001-05-24T01:59:25+02:00 List-Id: Hello I get the following warning when compiling with gnatmake : /usr/local/lib/gcc-lib/i386-unknown-freebsd4.3/2.8.1/adalib//libgnat.so: warning: mktemp() possibly used unsafely; consider using mkstemp() I'm on a FreeBSD 4.3. What can I do about this ? /Peter