diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-10 15:14:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-10 15:14:33 +0200 |
commit | 9e6ee59a0f6e2c7276d6683e6a233298536f5b14 (patch) | |
tree | 261457be35fe7d124d459266adf48ed64823c4a4 /compilerplugins | |
parent | 4544713d3ae7a83d45047b65bf7ba520b3e8762e (diff) |
darn, unusedfields loplugin was left enabled
Change-Id: I343262e0c61e9ecde5395f13732c212197e7fd03
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/unusedfields.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/unusedfields.cxx b/compilerplugins/clang/unusedfields.cxx index ead4192bdf88..2e009a35aa80 100644 --- a/compilerplugins/clang/unusedfields.cxx +++ b/compilerplugins/clang/unusedfields.cxx @@ -1012,7 +1012,7 @@ llvm::Optional<CalleeWrapper> UnusedFields::getCallee(CallExpr const * callExpr) return llvm::Optional<CalleeWrapper>(); } -loplugin::Plugin::Registration< UnusedFields > X("unusedfields", true); +loplugin::Plugin::Registration< UnusedFields > X("unusedfields", false); } |