On Tue, 16 Mar 2010, Carlos R. Mafra wrote:

 > This warning only goes away if in addition I do
 > 
 > diff --git a/WINGs/WINGs/WUtil.h b/WINGs/WINGs/WUtil.h
 > index 347e70e..9569b32 100644
 > --- a/WINGs/WINGs/WUtil.h
 > +++ b/WINGs/WINGs/WUtil.h
 > @@ -142,7 +142,7 @@ typedef int WMCompareDataProc(const void *item1, const 
 > void *item2);
 >  typedef void WMFreeDataProc(void *data);
 >  
 >  /* Used by WMBag or WMArray for matching data */
 > -typedef int WMMatchDataProc(void *item, void *cdata);
 > +typedef int WMMatchDataProc(const void *item, const void *cdata);

this is needed, yes. or, well, it doesn't makes things any worse than 
they are now.

 > but that opens another can of worms (various warnings in other places). 
 > Perhaps they are worth addressing too, but I wont have time for this :-(

the problem is there anyhow, this just shuffles it a bit around. 
neither is better or worse the other. it'll indeed be quite a task to 
go over all these...

-- 
[-]

mkdir /nonexistent


-- 
To unsubscribe, send mail to [email protected].

Reply via email to