summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedenumconstants.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-06 11:57:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-06 11:57:39 +0100
commit3ea39bda0e948fde338bd9493639f4a6e8a8ea5b (patch)
treedf752182b869157f6669de8c71ac02dfa758461b /compilerplugins/clang/unusedenumconstants.cxx
parentad6fd88ae8a1f0d5caf509b776920c0f1ea42df5 (diff)
loplugin:unusedenumconstants should apparently not be run by default
Change-Id: I42f479de39b94ca8e9c72a6e92534f602a9fad39
Diffstat (limited to 'compilerplugins/clang/unusedenumconstants.cxx')
-rw-r--r--compilerplugins/clang/unusedenumconstants.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.cxx b/compilerplugins/clang/unusedenumconstants.cxx
index c26589493f23..2500451b803a 100644
--- a/compilerplugins/clang/unusedenumconstants.cxx
+++ b/compilerplugins/clang/unusedenumconstants.cxx
@@ -191,7 +191,7 @@ try_again:
return true;
}
-loplugin::Plugin::Registration< UnusedEnumConstants > X("unusedenumconstants", true);
+loplugin::Plugin::Registration< UnusedEnumConstants > X("unusedenumconstants", false);
}