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,227f28d340d60167,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews1.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: ggroups@steelskies.com Newsgroups: comp.lang.ada Subject: Turning off "Unit xxx not referenced" warnings? Date: 29 Oct 2004 02:51:52 -0700 Organization: http://groups.google.com Message-ID: <1099043512.777330.230800@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 20.133.0.12 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1099043516 5440 127.0.0.1 (29 Oct 2004 09:51:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 29 Oct 2004 09:51:56 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=20.133.0.12; posting-account=Ur2ztg0AAACt4jUBL3yHqTetoGYxOXol Xref: g2news1.google.com comp.lang.ada:5833 Date: 2004-10-29T02:51:52-07:00 List-Id: I have a file which with's a bunch of other files purely to force their elaboration. As a result, I get a number of "Unit xxx not referenced" warnings. Is there any way to get rid of them? There's a compiler switch which turns the warning off, but I'd prefer to do it on a per-file basis. Is there not a pragma or something for this? Thanks Jon