Kaydet (Commit) 9e6ee59a authored tarafından Noel Grandin's avatar Noel Grandin

darn, unusedfields loplugin was left enabled

Change-Id: I343262e0c61e9ecde5395f13732c212197e7fd03
üst 4544713d
......@@ -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);
}
......
Markdown is supported
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