File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -928,7 +928,7 @@ KBUILD_CFLAGS += $(call cc-disable-warning, restrict)
928
928
KBUILD_CFLAGS += $(call cc-disable-warning, maybe-uninitialized)
929
929
930
930
# disable invalid "can't wrap" optimizations for signed / pointers
931
- KBUILD_CFLAGS += $( call cc-option,- fno-strict-overflow)
931
+ KBUILD_CFLAGS += - fno-strict-overflow
932
932
933
933
# clang sets -fmerge-all-constants by default as optimization, but this
934
934
# is non-conforming behavior for C and in fact breaks the kernel, so we
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ VDSO_CFLAGS += -O2
90
90
# Some useful compiler-dependent flags from top-level Makefile
91
91
VDSO_CFLAGS += $(call cc32-option,-Wdeclaration-after-statement,)
92
92
VDSO_CFLAGS += $(call cc32-option,-Wno-pointer-sign)
93
- VDSO_CFLAGS += $( call cc32-option,- fno-strict-overflow)
93
+ VDSO_CFLAGS += - fno-strict-overflow
94
94
VDSO_CFLAGS += $(call cc32-option,-Werror=strict-prototypes)
95
95
VDSO_CFLAGS += $(call cc32-option,-Werror=date-time)
96
96
VDSO_CFLAGS += $(call cc32-option,-Werror=incompatible-pointer-types)
You can’t perform that action at this time.
0 commit comments