Fix gcc7 issue
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Thu, 18 Jan 2018 08:24:32 +0000 (09:24 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 13 Feb 2018 10:02:00 +0000 (11:02 +0100)
Change-Id: Id36993962b2b25624a581ec92743ea7633f99e98
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend

index 135b2a4..9dbdfc5 100644 (file)
@@ -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 \