Hello, Manuel,
Thanks for the fix. It corrected the issue I was seeing. However, I still get a
warning about assignment from an incompatible pointer type when assigning a
variable of a class type to the value returned by a CELL_REF. In this instance
it is not an actual problem (although not explictly a member of the union
scmobj, all class types are, in fact, valid scmobjs), it is distracting. Would
it be possible to add a cast to remove this warning?
Thanks,
Joe
From: "[email protected]" <[email protected]>
To: Joseph Donaldson <[email protected]>
Cc: Bigloo Inria List <[email protected]>
Sent: Tuesday, October 25, 2016 4:14 AM
Subject: Re: [bigloo] Compilation Issue With Bigloo4.3a
Hi Joseph,
> I noticed the the warnings found below when compiling a red-black-tree
> implementation in hoard, a collections library I have been working on.
> The warnings are due to node-delete! which is defined as follows:
That problem should be now fixed. I will upload a new version in a couple
of minutes.
Thanks again for your report.
--
Manuel