Re: [PATCH] kbuild: Remove useless warning while appending KCFLAGS

2012-08-31 Thread Michal Marek
On Tue, Aug 14, 2012 at 07:00:54PM +0300, Ozan Çağlayan wrote: > This is a respin of an older patch sent by Sam Ravnborg: > http://www.gossamer-threads.com/lists/linux/kernel/1530602 > > This patch removes the annoying warning: > > Makefile:708: "WARNING: Appending $KCFLAGS (-Wno-sign-compare)

[PATCH] kbuild: Remove useless warning while appending KCFLAGS

2012-08-14 Thread Ozan Çağlayan
This is a respin of an older patch sent by Sam Ravnborg: http://www.gossamer-threads.com/lists/linux/kernel/1530602 This patch removes the annoying warning: Makefile:708: "WARNING: Appending $KCFLAGS (-Wno-sign-compare) from command line to kernel $CFLAGS" which is printed every time I use KCF