diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-07-11 18:13:16 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-09-24 08:16:24 +0700 |
commit | 3e0ff568a09954d556859d8eb67a2f4449c039ba (patch) | |
tree | 8a12162325965567115114acaf2708882533aa45 /meta-rcar-gen3/recipes-graphics/xorg-xserver | |
parent | 7d6d6c50950dc59b5bb51a3e6c87f15ba45cef8e (diff) |
rcar-gen3: kernel-module-gles: WORKAROUND to build with GCC 9.x
Current GFX source code will get compilation error with GCC 9.x,
because it is defined in makefile to use -Wall to enable all
Warnings check.
-Wcast-function-type, -Wsizeof-pointer-div and -Wstringop-truncation,
-Wmissing-attributes, -Waddress-of-packed-member are new command-line
options have been added for the C and C++ compilers in GCC 9.
This commit applies a W/A patch to silence -Wcast-function-type,
-Wsizeof-pointer-div, -Wstringop-truncation, -Wmissing-attributes
and -Waddress-of-packed-member errors.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: Ic14200e68d0c3a666f9ef1906a3e40b9d6a721dc
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/xorg-xserver')
0 files changed, 0 insertions, 0 deletions