> > unit_one.pp(119,13) Hint: Unit UNIT_TWO not used in UNIT_ONE
> > Even though THE UNIT ACTUALLY IS USED.
> Normally, this means that even though you put "uses unit_two" in unit
> one, you're not using any procedure, type or global variable from
> unit_two in unit_one and unit_two also doesn'
On vrijdag, jun 6, 2003, at 19:49 Europe/Brussels, Jeff Pohlmeyer wrote:
Ever since upgrading to CVS 1.0.7 [2003/04/02] for i386,
I have been getting some strange compiler hints:
unit_one.pp(119,13) Hint: Unit UNIT_TWO not used in UNIT_ONE
Even though the unit actually is used.
I could try to