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,f25e636d6b770960 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-28 23:16:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!colt.net!dispose.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!zap!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Last stream problem: byte order Date: 29 Mar 2002 07:06:07 +0000 Organization: Pushface Message-ID: References: <3CA04CA6.338B37D7@ib-paus.com> <3CA20BAA.FD53C08A@ib-paus.com> NNTP-Posting-Host: localhost X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 X-Trace: news.demon.co.uk 1017386150 nnrp-13:15981 NO-IDENT pogner.demon.co.uk:158.152.70.98 X-Complaints-To: abuse@demon.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Date: 29 Mar 2002 07:06:07 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:21814 Date: 2002-03-29T07:06:07+00:00 List-Id: Simon Wright writes: > "Eric G. Miller" writes: > > > > I've just tried a similar code with 3.13p, 3,14a1 and 3.15a and none > > > of them flagged a warning here .. with or without -O2. > > > > gnatmake -g -gnatwa > > > > Guess I forget to mention "if you turn on warnings...". > > Well, I did know that -- turns out that the installation on the laptop > doesn't generate the warnings, the main box does. I thought the laptop > had a straight copy of the version built on the main box .. ho hum, > always something to keep one on the ball .. Turned out the laptop was invoking 3.14a1; I guess 3.14p gives the warning (3.15a certainly does). Sorry for the confusion.