Re: dev/videomode/vesagtf.c: -Werror,-Wunused-but-set-variable fix

2021-12-20 Thread SASANO Takayoshi
Hi,

> clang kernels are built with -Wno-unused-but-set-variable
> try running 'make config' again

oops, I forget 'make config'. Build process works good after that.
Thank you!

-- 
SASANO Takayoshi (JG1UAA) 



Re: dev/videomode/vesagtf.c: -Werror,-Wunused-but-set-variable fix

2021-12-19 Thread Jonathan Gray
On Sun, Dec 19, 2021 at 08:56:41PM +0900, SASANO Takayoshi wrote:
> Hi,
> 
> recently, using -Werror,-Wunused-but-set-variable option makes compile error.
> at least vesagtf.c needs fix but some (many?) other codes need do so.

clang kernels are built with -Wno-unused-but-set-variable
try running 'make config' again