aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
diff options
context:
space:
mode:
authormydongistiny <jaysonedson@gmail.com>2015-11-23 17:01:42 -0800
committerMoyster <oysterized@gmail.com>2018-11-29 12:38:19 +0100
commitff505baaf412985af758d5820cd620ed9f1a7e05 (patch)
tree6486963ab0ffa407e1d67cbd539a968c7ab1c615 /net/ipv4
parent3d29fcecea03b179e8a07cd7f025402aa344f12e (diff)
downloadandroid_kernel_m2note-ff505baaf412985af758d5820cd620ed9f1a7e05.tar.gz
GCC: Fix up for gcc 5+
Signed-off-by: mydongistiny <jaysonedson@gmail.com> Signed-off-by: Mister Oyster <oysterized@gmail.com>
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/Makefile b/net/ipv4/Makefile
index 5a9af0a9b..668013a63 100644
--- a/net/ipv4/Makefile
+++ b/net/ipv4/Makefile
@@ -1,6 +1,7 @@
#
# Makefile for the Linux TCP/IP (INET) layer.
#
+CFLAGS_KERNEL := -Wno-array-bounds
obj-y := route.o inetpeer.o protocol.o \
ip_input.o ip_fragment.o ip_forward.o ip_options.o \