On Wed, Jan 14, 2015 at 06:42:40PM +0100, Bastien Nocera wrote: > On Wed, 2015-01-14 at 19:41 +0300, Dan Carpenter wrote: > > Sparse gets confused because of the unused "_success_exit:" label. If > > you delete that it should go away. In "real" kernel code GCC will warn > > about unused labels. > > Unfortunately, the problem in core/rtw_xmit.c is the same warning, but > this time the label is used. The goto has been ifdeffed out. Try deleting the "exit:" label. It still compiles fine for me and the warning is gone. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html