Re: Compiler warnings from 1.2.8



Robert L Krawitz <rlk@alum.mit.edu> writes:
> This is not a proper declaration:
> 
> typedef void (*GtkSignalFunc)      ();
> 
> It should be
> 
> typedef void (*GtkSignalFunc)      (void);
>

I think it's supposed to be (...) not (void), though I'm not sure I
remember right. It's an old known issue that should get fixed in GTK
2.0. (Assuming we remember, there are so many things that should get
fixed...)

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]