Re: GCC 4 problem in nm-netlink-monitor.c
- From: Dan Williams <dcbw redhat com>
- To: Pierre Ossman <drzeus-list drzeus cx>
- Cc: networkmanager-list gnome org
- Subject: Re: GCC 4 problem in nm-netlink-monitor.c
- Date: Fri, 15 Jul 2005 19:57:15 -0400 (EDT)
On Sat, 16 Jul 2005, Pierre Ossman wrote:
> GCC caught a missing sentinel hint for g_object_new in
> nm-netlink-monitor.c:266.
>
> Change
>
> instance = g_object_new (NM_TYPE_NETLINK_MONITOR, NULL);
>
> to
>
> instance = g_object_new (NM_TYPE_NETLINK_MONITOR, NULL, NULL);
>
> to solve the problem.
This is actually a glib bug that will be fixed in a new glib rev that was
supposed to happen either today or early next week. So I think we should wait
until that happens and see if that fixes it.
Dan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]