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!news4.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: GNADE proejct account Newsgroups: comp.lang.ada Subject: Re: strange warning: "return" statement missing following? Date: Fri, 26 Jan 2007 17:14:07 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de Imo7Q+VYn1W4bQbaweWfaQZ4KjYSoJvcViyLBbV1aIEtZ8VyMMMorr X-Orig-Path: hal.boavista.snafu.de!news User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Xref: g2news2.google.com comp.lang.ada:8606 Date: 2007-01-26T17:14:07+01:00 List-Id: On Tue, 23 Jan 2007 02:12:14 -0500, Stephen Leake wrote: > 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 ? 116 package Object_Table is 117 new Dynamic_Hashtable( Payload_Type => Cache_Entry_Access ); 118 use Object_Table; 119 > > It is odd to see two filenames on one line.