Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > Ramsay Jones wrote: > >> CC builtin/checkout.o >> builtin/checkout.c: In function `cmd_checkout': >> builtin/checkout.c:160: warning: 'mode' might be used uninitialized \ >> in this function > [...] >> [Note that only 2 out of the 3 versions of gcc I use issues this >> warning] > > Which version of gcc is that? Is gcc getting more sane, so we won't > have to worry about this after a while, or is the false positive a > new regression that should be reported to them? The regression is that the function has been changed in a way that makes it impossible to infer the intended flow. Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html