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,5c4073b66dd0e720 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!208.49.83.154.MISMATCH!uns-out.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: strange warning: "return" statement missing following? References: From: Stephen Leake Date: Tue, 23 Jan 2007 02:12:14 -0500 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:pjIDExujuXesL6vX55A7VLQGl6Q= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: df3fe45b5b553759e00d409414 Xref: g2news2.google.com comp.lang.ada:8409 Date: 2007-01-23T02:12:14-05:00 List-Id: GNADE proejct account writes: > Dear all, > > when i am compiling my code, i get the following error: > > cache.adb:82:04: warning: in instantiation at > util-dynamic_hashtable.adb:310 cache.adb:82:04: warning: "return" > statement missing following this statement cache.adb:82:04: warning: > Program_Error may be raised at run time > > the offending lines in util-dynamic_hash.adb are: What is in cache.adb:82 ? It is odd to see two filenames on one line. -- -- Stephe