Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Check whether variable is used readonly

On 14-01-26 05:38 AM, Simon Taddiken wrote:
> Hi all,
> 
> is there a simple way to check whether a local variable is being used 
> read only or do I have to figure this out on my own?

Not CDT-related, but you could make it const and let the compiler tell you.


Back to the top