Skip to content
Commit e847520d authored by Sergio Martins's avatar Sergio Martins
Browse files

unused-non-trivial-variable: Add option to disable the whitelist

Meaning it will warn for any unused non-trivial variable. This will
cause false-positives, such as RAII types, but still useful to run at least once
on your code.

Do use it:
export CLAZY_EXTRA_OPTIONS=unused-non-trivial-variable-no-whitelist

Next will implement blacklist/whitelist support from env-variable

CCBUG: 388979
parent 7dda9725
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment