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

Re: network-manager_0.7.0.97 fails to build on alpha



Hi,

Since the patch fixes a bug and is otherwise harmless, why not push it upstream?

Thanks,

Matt Turner

On Sat, Feb 28, 2009 at 6:34 AM, Arthur Loiret <aloiret@debian.org> wrote:
> Package: network-manager
> Version: 0.7.0.97-1
> Severity: serious
> User: debian-alpha@lists.debian.org
> Tags: patch
>
> Hi,
>
> network-manager_0.7.0.97 fails to build on alpha because of a false-positive
> warning from gcc-4.2 (should not happen with gcc-4.3), here is a quick patch
> to fix it, which can be removed once alpha will switch to gcc-4.3:
>
> --- test/nm-tool.c.1    2009-02-28 12:13:13.000000000 +0100
> +++ test/nm-tool.c      2009-02-28 12:13:19.000000000 +0100
> @@ -508,7 +508,7 @@
>                     GHashTable *table)
>  {
>        DBusGProxy *proxy;
> -       NMConnection *connection;
> +       NMConnection *connection = NULL;
>        const char *service;
>        GError *error = NULL;
>        GHashTable *settings = NULL;
>
>
> --
> To UNSUBSCRIBE, email to debian-alpha-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>


Reply to: