[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130911.165814.2091435893983550695.davem@davemloft.net>
Date: Wed, 11 Sep 2013 16:58:14 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: cmetcalf@...era.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: tilegx driver: avoid compiler warning
From: Chris Metcalf <cmetcalf@...era.com>
Date: Mon, 9 Sep 2013 14:11:54 -0400
> The "id" variable was being incremented in common code, but only
> initialized and used in IPv4 code. We move the increment to the IPv4
> code too, and then legitimately use the uninitialized_var() macro to
> avoid the gcc 4.6 warning that 'id' may be used uninitialized.
> Note that gcc 4.7 does not warn.
>
> Signed-off-by: Chris Metcalf <cmetcalf@...era.com>
Ugly situation, but whatever, applied :-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists