Re: ada95 : gnat 4.6 : compile time warnings

2014-02-04 Thread Tero Koskinen
Hi, 4.2.2014 16:20, Tobias Ulmer wrote: On Tue, Feb 04, 2014 at 04:36:22AM -0500, Mayuresh Kathe wrote: >> hello.adb gnatbind -x hello.ali gnatlink hello.ali >> /usr/local/lib/gcc/x86_64-unknown-openbsd5.4/4.6.4/adalib/libgnat.a(adaint.o)(.text+0x3f3): >> In function `__gnat_os_filename': >>

Re: ada95 : gnat 4.6 : compile time warnings

2014-02-04 Thread Tobias Ulmer
On Tue, Feb 04, 2014 at 04:36:22AM -0500, Mayuresh Kathe wrote: > hello, > > i was fiddling around with ada95 under openbsd 5.4 using gnat-4.6. > > i created a sample program as below. > > with Ada.Text_IO; > use Ada.Text_IO; > > procedure Hello is > -- no variables required > begin

ada95 : gnat 4.6 : compile time warnings

2014-02-04 Thread Mayuresh Kathe
hello, i was fiddling around with ada95 under openbsd 5.4 using gnat-4.6. i created a sample program as below. with Ada.Text_IO; use Ada.Text_IO; procedure Hello is -- no variables required begin Put_Line ("Hello, world!"); end Hello; the code compiled (not cleanly) a