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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ann: Ada Bar Codes project launched Date: Sat, 09 Jun 2018 07:24:06 +0100 Organization: A noiseless patient Spider Message-ID: References: <1ac6215e-01c2-485b-8a6d-06f89bd111b7@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: reader02.eternal-september.org; posting-host="20633f064fa0537d4a980424908f0124"; logging-data="15061"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+/RmRtmWPn1aPAlssen8M4ybD2w7/iuHw=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:K3HrDTPi9PHSM4dD8GBfKz3cv0o= sha1:DDRWtxufZUX4Z934wnKAx3STXpc= Xref: reader02.eternal-september.org comp.lang.ada:53022 Date: 2018-06-09T07:24:06+01:00 List-Id: gautier_niouzes@hotmail.com writes: > Le vendredi 8 juin 2018 20:23:16 UTC+2, Jeffrey R. Carter a écrit : >> Why do you have "use Bar_Codes;" in your functions that are inside >> Bar_Codes? > > The functions were separate units before rev.#18 and I forgot to > remove the use clauses (I guess GNAT GPL 2018 spots this :-) ?)... GCC 8.1 found a lot of unnecessary use/use type's in my code.