Re: Compiler warnings from 1.2.8
- From: Havoc Pennington <hp redhat com>
- To: Robert L Krawitz <rlk alum mit edu>
- Cc: gtk-devel-list gnome org
- Subject: Re: Compiler warnings from 1.2.8
- Date: 06 Aug 2000 20:54:12 -0400
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]