Re: [Harbour] BUG (1.0.0 and current): Leak with /w3 and duplicate method declaration

2008-08-28 Thread Szakáts Viktor
Hi Przemek, Well, I see. Can you just remove it completely? (when you get to it, that is) Ppl are running into these from time to time, and it's difficult to remember that this is again the same issue. It's even more confusing, since I've seen this kind of error message also without leak reports

Re: [Harbour] BUG (1.0.0 and current): Leak with /w3 and duplicate method declaration

2008-08-28 Thread Przemyslaw Czerpak
On Thu, 28 Aug 2008, Szakáts Viktor wrote: Hi Viktor, > --- leak.prg > #include "hbclass.ch" > CLASS test >DATA var1 >DATA var1 > ENDCLASS It's a known issue. Look at harbour.h[1332] If it's necessary I can try to fix it though as I said few time in the past whole strong typing code have

[Harbour] BUG (1.0.0 and current): Leak with /w3 and duplicate method declaration

2008-08-28 Thread Szakáts Viktor
Hi all, --- leak.prg #include "hbclass.ch" CLASS test DATA var1 DATA var1 ENDCLASS --- --- screen C:\harbour\bin>harbour leak /n /i..\include /w3 Harbour 1.0.0 Intl. (Rev. 9175) Copyright (c) 1999-2008, http://www.harbour-project.org/ Compiling 'leak.prg'... leak.prg(5) Warning W0019 Dup