From: Ronan Le Martret Date: Thu, 18 Jan 2018 08:24:32 +0000 (+0100) Subject: Fix gcc7 issue X-Git-Tag: 5.99.1~75^2~23 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=0da5edbf53198249bbb2d842731698188108e315;p=AGL%2Fmeta-agl.git Fix gcc7 issue Change-Id: Id36993962b2b25624a581ec92743ea7633f99e98 Signed-off-by: Ronan Le Martret --- 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 \