We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48ca5b commit fd9e869Copy full SHA for fd9e869
arch/x86/entry/Makefile
@@ -17,10 +17,6 @@ CFLAGS_syscall_64.o += -fno-stack-protector
17
CFLAGS_syscall_32.o += -fno-stack-protector
18
CFLAGS_syscall_x32.o += -fno-stack-protector
19
20
-CFLAGS_syscall_64.o += $(call cc-option,-Wno-override-init,)
21
-CFLAGS_syscall_32.o += $(call cc-option,-Wno-override-init,)
22
-CFLAGS_syscall_x32.o += $(call cc-option,-Wno-override-init,)
23
-
24
obj-y := entry_$(BITS).o thunk_$(BITS).o syscall_$(BITS).o
25
obj-y += common.o
26
0 commit comments