comp.lang.ada
 help / color / mirror / Atom feed
* Warning: Storage error
@ 2014-08-09 15:20 Victor Porton
  2014-08-09 16:07 ` anon
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Victor Porton @ 2014-08-09 15:20 UTC (permalink / raw)


   type My_String (Length: Integer := 0) is 
      record
         Str: String(1..Length);
      end record;
   
warning: creation of "My_String" object may raise Storage_Error

Why this warning?

-- 
Victor Porton - http://portonvictor.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-08-09 16:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-09 15:20 Warning: Storage error Victor Porton
2014-08-09 16:07 ` anon
2014-08-09 16:08 ` Jeffrey Carter
2014-08-09 16:26   ` Dmitry A. Kazakov
2014-08-09 16:46     ` Jeffrey Carter
2014-08-09 16:57       ` Dmitry A. Kazakov
2014-08-09 16:21 ` Dmitry A. Kazakov

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