comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon.j.wright@mac.com>
Subject: Re: How to extend packages
Date: Tue, 10 Jun 2008 06:40:40 +0100
Date: 2008-06-10T06:40:40+01:00	[thread overview]
Message-ID: <m2bq29rgo7.fsf@mac.com> (raw)
In-Reply-To: 80926828-35bb-42d1-8126-da8d75e14be6@e53g2000hsa.googlegroups.com

"snoopysalive@googlemail.com" <snoopysalive@googlemail.com> writes:

> Ok, my codes are compiling and working now. Thanks once more. But,
> Simon, can you explain me, where to use "pragma Warnings (Off)"
> correctly? Thank you.

This suppresses thw warning that was causing trouble ..

   with System.Regpat;
   pragma Warnings (Off, System.Regpat);

   package System.Regpat.Extended is
   end System.Regpat.Extended;



  reply	other threads:[~2008-06-10  5:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-06 17:00 How to extend packages snoopysalive
2008-06-06 17:24 ` witmer
2008-06-06 17:45 ` Sébastien Morand
2008-06-07 14:21   ` Stephen Leake
2008-06-07 16:04   ` Simon Wright
2008-06-07 21:50     ` snoopysalive
2008-06-08 11:09       ` Simon Wright
2008-06-09 22:38         ` snoopysalive
2008-06-10  5:40           ` Simon Wright [this message]
2008-06-14  8:45             ` snoopysalive
2008-06-06 18:16 ` Georg Bauhaus
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox