tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Is any way to warn for unused local or global variabl


From: Pascal Cuoq
Subject: Re: [Tinycc-devel] Is any way to warn for unused local or global variables?
Date: Tue, 23 Jul 2019 11:56:53 +0000

Hello,

> On 22 Jul 2019, at 22:32, Zsolt Kántor via Tinycc-devel <address@hidden> 
> wrote:
> 
> Hello,
> I read the online documentation, but found no option to warn for declared but 
> unused variables. By default TCC don't warns.
> I'm missing something, or TCC has no such capability?

TCC is a minimalistic and fast compiler. Quality warnings require code to 
produce and make compilation slower. You probably need to use another compiler 
if you expect such warnings.

Pascal

reply via email to

[Prev in Thread] Current Thread [Next in Thread]