Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4655e409 authored by Nathan Chancellor's avatar Nathan Chancellor Committed by Razziell
Browse files

usb: gadget: android: Disable array-bounds warning



There is a false positive in rndis.c.

Signed-off-by: default avatarNathan Chancellor <natechancellor@gmail.com>
parent ebeb7f4d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,3 +19,5 @@ obj-$(CONFIG_USB_G_ANDROID) += g_android.o
obj-$(CONFIG_USB_CI13XXX_MSM)	+= ci13xxx_msm.o

obj-$(CONFIG_USB_CI13XXX_MSM_HSIC)	+= ci13xxx_msm_hsic.o

CFLAGS_android.o += $(call cc-disable-warning, array-bounds)