updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / kernel26-ovz32 / silence-gcc-4.6.0-warnings-2.6.32.patch
blob1e18466786bc949000867eaa9cbc042f32f32304
1 diff --git a/Makefile b/Makefile
2 index c74c308..d666454 100644
3 --- a/Makefile
4 +++ b/Makefile
5 @@ -537,6 +537,8 @@ ifndef CONFIG_CC_STACKPROTECTOR
6 KBUILD_CFLAGS += $(call cc-option, -fno-stack-protector)
7 endif
9 +KBUILD_CFLAGS += $(call cc-option, -Wno-unused-but-set-variable)
11 ifdef CONFIG_FRAME_POINTER
12 KBUILD_CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
13 else