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-Thread: 103376,23f57930ddc13e1c X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!50g2000hsm.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Missing Index Value in Array Aggregate Date: Fri, 28 Sep 2007 03:26:57 -0700 Organization: http://groups.google.com Message-ID: <1190975217.781850.216560@50g2000hsm.googlegroups.com> References: <1i50iqb.14r2zb11w8eyc2N%csampson@inetworld.net> <1190822071.488118.316450@y42g2000hsy.googlegroups.com> <1i548co.yz2f6m45x0mwN%csampson@inetworld.net> NNTP-Posting-Host: 32.58.34.227 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1190975218 2474 127.0.0.1 (28 Sep 2007 10:26:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 28 Sep 2007 10:26:58 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 SEVPXS01 Complaints-To: groups-abuse@google.com Injection-Info: 50g2000hsm.googlegroups.com; posting-host=32.58.34.227; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:2185 Date: 2007-09-28T03:26:57-07:00 List-Id: Stephen Leake wrote: > With GNAT, I have a policy to eliminate _all_ warnings by fixing the > source code. Same with Gnu C, when I'm forced to use that. > > Doing so fixes bugs. > > Sometimes I have to resort to a compiler switch to suppress a > warning, but very rarely. Same here, and in addition I always compile with -gnatwa (enable all optional warnings). -- Ludovic Brenta.