agpu: support clang and gcc build [1/8]
authorJinping Wang <jinping.wang@amlogic.com>
Sun, 8 Mar 2020 09:20:25 +0000 (17:20 +0800)
committerbinqi zhang <binqi.zhang@amlogic.com>
Mon, 2 Nov 2020 06:51:57 +0000 (01:51 -0500)
commitcc203182986c2765b1b3fa7da264a6bf609535f8
tree57b25e5775c6f2635d0e4a646fb04efb433f99cb
parentdfd191e52a20a5e7ef9ba25c73fc146523354a47
agpu: support clang and gcc build [1/8]

PD#SWPL-35312

Problem:
need support build with clang
when switch build to clang, it throw many errors.

Solution:
there's some coding problem throw out by clang, clang
consider warning as error, so eliminate with -Wno-error
first. module owner need fix this issue, they're
potential bugs!

the coding issue need tracking in other thread.

Verify:
local and patchbuild

Change-Id: Iffee5be4f58bd97065b63110fa79792c3a77742c
Signed-off-by: binqi zhang <binqi.zhang@amlogic.com>
gpu-v2.mk [changed mode: 0755->0644]