Setting tag linux-2.6-32-36
[linux-2.6.git] / linux-2.6-10001-gcc-4.6-warnoff.patch
1 --- a/Makefile  2011-06-08 20:54:07.000000000 +0200
2 +++ b/Makefile  2011-06-08 20:53:19.000000000 +0200
3 @@ -605,6 +605,9 @@
4  # conserve stack if available
5  KBUILD_CFLAGS   += $(call cc-option,-fconserve-stack)
6  
7 +# turn off the noise with gcc-4.6
8 +KBUILD_CFLAGS += $(call cc-option, -Wno-unused-but-set-variable)
9 +
10  # Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments
11  # But warn user when we do so
12  warn-assign = \