summaryrefslogtreecommitdiffstats
path: root/recipes-extended/vpp-core/dpdkvpp/0001-add-Wno-cast-function-type.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/vpp-core/dpdkvpp/0001-add-Wno-cast-function-type.patch')
-rw-r--r--recipes-extended/vpp-core/dpdkvpp/0001-add-Wno-cast-function-type.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-extended/vpp-core/dpdkvpp/0001-add-Wno-cast-function-type.patch b/recipes-extended/vpp-core/dpdkvpp/0001-add-Wno-cast-function-type.patch
deleted file mode 100644
index fa0eda87..00000000
--- a/recipes-extended/vpp-core/dpdkvpp/0001-add-Wno-cast-function-type.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1From 354c2d1570ddf83a99c4ac711c884644c6dd1cef Mon Sep 17 00:00:00 2001
2From: "C.r. Guo" <nxa13725@lsv07005.swis.us-cdc01.nxp.com>
3Date: Wed, 27 Mar 2019 09:35:43 +0100
4Subject: [PATCH] add -Wno-cast-function-type
5
6Upstream-Status: Inappropriate [configuration]
7---
8 examples/cmdif/lib/Makefile | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/examples/cmdif/lib/Makefile b/examples/cmdif/lib/Makefile
12index 235c3adbf..230f17b0a 100644
13--- a/examples/cmdif/lib/Makefile
14+++ b/examples/cmdif/lib/Makefile
15@@ -28,7 +28,7 @@ SRCS-y += server/cmdif_srv_gpp.c
16 SRCS-y += shbp/shbp.c
17
18 CFLAGS += -O3
19-CFLAGS += $(WERROR_FLAGS)
20+CFLAGS += $(WERROR_FLAGS) -Wno-cast-function-type -Wno-missing-attributes
21 CFLAGS += -I$(RTE_SDK)/examples/cmdif/lib
22 CFLAGS += -I$(RTE_SDK)/examples/cmdif/lib/client
23 CFLAGS += -I$(RTE_SDK)/examples/cmdif/lib/server
24--
252.17.1
26