Skip to content

Commit

Permalink
makefile: remove some gcc10 noise
Browse files Browse the repository at this point in the history
Signed-off-by: engstk <[email protected]>
  • Loading branch information
engstk committed May 7, 2020
1 parent 180c63d commit a7aab87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,8 @@ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-Wno-nonnull -Wno-attributes -Wno-packed-not-aligned -Wno-error=sizeof-pointer-div -Wno-sizeof-pointer-div \
-Wno-sizeof-pointer-memaccess -Wno-stringop-truncation \
-Wformat=0 -Wno-address-of-packed-member -Wno-psabi -Wno-enum-compare -Wno-unused-result -Wno-pointer-to-int-cast \
-Wno-sequence-point -Wno-unused-value -Wno-uninitialized -Wno-missing-attributes
-Wno-sequence-point -Wno-unused-value -Wno-uninitialized -Wno-missing-attributes \
-Wno-builtin-declaration-mismatch -Wno-restrict

KBUILD_CPPFLAGS := -D__KERNEL__
KBUILD_AFLAGS_KERNEL :=
Expand Down

0 comments on commit a7aab87

Please sign in to comment.