(Dropping stable) Vladimir Kondratiev <qca_vkondrat@xxxxxxxxxxxxxxxx> writes: >> It also looked like that that driver or section of the kernel was compiling >> with -Werror. I haven't verrified that but I remember seeing "treating all >> warnings as errors" at one point. >> > You are right, I have this in Makefile: > (if one turn on extra warnings with -W, there will be lots of false alarms, > that's why this ifeq()) > > ifeq (, $(findstring -W,$(EXTRA_CFLAGS))) > subdir-ccflags-y += -Werror > endif This is exactly why it's recommended not to use -Werror on releases. It's ok when developers use it, but for end users -Werror should not be enabled by default. -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html