loplugin:unusedenumconstants should apparently not be run by default
Change-Id: I42f479de39b94ca8e9c72a6e92534f602a9fad39
This commit is contained in:
@@ -191,7 +191,7 @@ try_again:
|
||||
return true;
|
||||
}
|
||||
|
||||
loplugin::Plugin::Registration< UnusedEnumConstants > X("unusedenumconstants", true);
|
||||
loplugin::Plugin::Registration< UnusedEnumConstants > X("unusedenumconstants", false);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user