loplugin:unusedenumconstants should apparently not be run by default

Change-Id: I42f479de39b94ca8e9c72a6e92534f602a9fad39
This commit is contained in:
Stephan Bergmann
2017-02-06 11:57:39 +01:00
parent ad6fd88ae8
commit 3ea39bda0e

View File

@@ -191,7 +191,7 @@ try_again:
return true;
}
loplugin::Plugin::Registration< UnusedEnumConstants > X("unusedenumconstants", true);
loplugin::Plugin::Registration< UnusedEnumConstants > X("unusedenumconstants", false);
}