From: Chris Metcalf <[email protected]> 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 <[email protected]> Ugly situation, but whatever, applied :-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

