From 0da5edbf53198249bbb2d842731698188108e315 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Thu, 18 Jan 2018 09:24:32 +0100 Subject: Fix gcc7 issue Change-Id: Id36993962b2b25624a581ec92743ea7633f99e98 Signed-off-by: Ronan Le Martret --- meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-bsp') diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend index 135b2a430..9dbdfc527 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend @@ -3,7 +3,7 @@ inherit pythonnative DEPENDS += " python-pycrypto-native" #Need for gcc 6.2 -CFLAGS += " -fno-strict-aliasing -Wno-unused-variable -Wno-shift-negative-value" +CFLAGS += " -fno-strict-aliasing -Wno-unused-variable -Wno-shift-negative-value -Wno-implicit-fallthrough" SRC_URI_append = " \ file://default_bold.c \ -- cgit 1.2.3-korg