On Fri, Jul 24, 2009 at 11:25 AM, Ramsay Jones<ramsay@xxxxxxxxxxxxxxxxxxx> wrote: > Just FYI, I had planned to fix this by implementing a local makefile > config file (like config.mak in git), so that I could fix this issue > locally ("out of tree"). > > However, I was (pleasantly) surprised to find that I'd been beaten to > the punch by Samuel Bronson in commit 8d86d0e. > > So I tried this local.mk file: > > OS=cygwin > CFLAGS+=-Wno-switch-enum > > This lead to the invocation of gcc I was hoping for; something like: > > gcc ... -Wall ... -Wno-switch-enum parse.c Yes, that works. I try the latest version of the cygwin. The gcc in cygwin is still old enough to give the warning. I am going to leave it as it is. BTW, you can put some local build target in local.mk as well, not just config changes. Chris -- 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