Skip to content
This repository was archived by the owner on Oct 30, 2021. It is now read-only.

Commit 11f9d03

Browse files
committed
Get rid of 'maybe uninitialized' warnings
1 parent 2617172 commit 11f9d03

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
@@ -664,6 +664,7 @@ endif
664664
endif
665665

666666
KBUILD_CFLAGS += -mtune=cortex-a9
667+
KBUILD_CFLAGS += -Wno-maybe-uninitialized
667668

668669
KBUILD_CFLAGS += $(call cc-ifversion, -lt, 0409, \
669670
$(call cc-disable-warning,maybe-uninitialized,))

0 commit comments

Comments
 (0)