Skip to content

Commit 0eb8f47

Browse files
committed
disable gcc 13 errors
1 parent 56dc8cd commit 0eb8f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ endif
495495

496496
KBUILD_CFLAGS += -Wno-stringop-overread -Wno-tautological-compare -Wno-tautological-pointer-compare
497497
KBUILD_CFLAGS += -Wno-error=array-compare -Wno-error=address -Wno-dangling-pointer
498+
KBUILD_CFLAGS += -Wno-enum-int-mismatch
498499

499500
ifdef CONFIG_AMLOGIC_MODIFY
500501
ifndef CONFIG_DYNAMIC_DEBUG

0 commit comments

Comments
 (0)