diff options
Diffstat (limited to 'recipes-security/optee/optee-client-qoriq/0001-flags-CFLAGS-add-Wno-cpp.patch')
| -rw-r--r-- | recipes-security/optee/optee-client-qoriq/0001-flags-CFLAGS-add-Wno-cpp.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-security/optee/optee-client-qoriq/0001-flags-CFLAGS-add-Wno-cpp.patch b/recipes-security/optee/optee-client-qoriq/0001-flags-CFLAGS-add-Wno-cpp.patch deleted file mode 100644 index 09e4490db..000000000 --- a/recipes-security/optee/optee-client-qoriq/0001-flags-CFLAGS-add-Wno-cpp.patch +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | From f2ebda1d85b10fd008c21974a0f7aa4e805d0e5c Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Chunrong Guo <chunrong.guo@nxp.com> | ||
| 3 | Date: Tue, 11 Sep 2018 11:40:55 +0800 | ||
| 4 | Subject: [PATCH] flags: CFLAGS add -Wno-cpp | ||
| 5 | |||
| 6 | *fix build with FORTIFY_SOURCES | ||
| 7 | |||
| 8 | Signed-off-by: BJ DevOps Team <bjdevops@NXP1.onmicrosoft.com> | ||
| 9 | --- | ||
| 10 | flags.mk | 2 +- | ||
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 12 | |||
| 13 | diff --git a/flags.mk b/flags.mk | ||
| 14 | index 71f3d18..43c18f0 100644 | ||
| 15 | --- a/flags.mk | ||
| 16 | +++ b/flags.mk | ||
| 17 | @@ -14,7 +14,7 @@ CFLAGS := -Wall -Wbad-function-cast -Wcast-align \ | ||
| 18 | -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs \ | ||
| 19 | -Wpointer-arith -Wshadow -Wstrict-prototypes \ | ||
| 20 | -Wswitch-default -Wunsafe-loop-optimizations \ | ||
| 21 | - -Wwrite-strings -Werror | ||
| 22 | + -Wwrite-strings -Werror -Wno-cpp | ||
| 23 | CFLAGS += -c -fPIC | ||
| 24 | |||
| 25 | DEBUG ?= 0 | ||
| 26 | -- | ||
| 27 | 2.7.4 | ||
| 28 | |||
