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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.83.112 with SMTP id p76mr6766780yhe.51.1392558218294; Sun, 16 Feb 2014 05:43:38 -0800 (PST) X-Received: by 10.140.94.11 with SMTP id f11mr47541qge.7.1392558218277; Sun, 16 Feb 2014 05:43:38 -0800 (PST) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!k15no21521036qaq.0!news-out.google.com!dr7ni182qab.1!nntp.google.com!f11no21549980qae.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 16 Feb 2014 05:43:38 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=201.95.3.197; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu NNTP-Posting-Host: 201.95.3.197 References: <215f6df2-a7ec-42f4-ac82-656d5b12bf61@googlegroups.com> <8383f5d6-3f66-415b-ab3f-8801fa377a6b@googlegroups.com> <8200939f-9bbd-44dd-848c-00c663f37121@googlegroups.com> <1e41e2d6-7ff8-445d-9c14-14c49b244bcf@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <06585673-8016-43fd-ba97-871192b88917@googlegroups.com> Subject: Re: Best representation for spares From: "Rego, P." Injection-Date: Sun, 16 Feb 2014 13:43:38 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1746 Xref: number.nntp.dca.giganews.com comp.lang.ada:184911 Date: 2014-02-16T05:43:38-08:00 List-Id: On Sunday, February 16, 2014 9:10:11 AM UTC-3, Simon Wright wrote: > With GNAT, you could put pragma Warnings (Off) just before the > statement, and pragma Warnings (On) just after. Ah, pragma Warnings (Off) is not fair. When I get the warning, I prefer to believe in the compiler. So it must exist a better way to do it (and do not get the warning).