Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

alpha: Don't force -Werror.

There are outstanding gcc 4.6 warnings that need to be cleaned up
in the subdirectory. No sense forcing the issue immediately.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Richard Henderson and committed by
Linus Torvalds
90fd30c9 fff3e5ad

+1 -1
+1 -1
arch/alpha/kernel/Makefile
··· 4 4 5 5 extra-y := head.o vmlinux.lds 6 6 asflags-y := $(KBUILD_CFLAGS) 7 - ccflags-y := -Werror -Wno-sign-compare 7 + ccflags-y := -Wno-sign-compare 8 8 9 9 obj-y := entry.o traps.o process.o init_task.o osf_sys.o irq.o \ 10 10 irq_alpha.o signal.o setup.o ptrace.o time.o \