Do not implicitly run this for now; it breaks the build

Change-Id: I84679c4ca395f934bca8f92f0587f6cf16cfa5e6
This commit is contained in:
Stephan Bergmann 2015-11-05 08:07:48 +01:00
parent 4882664e39
commit 1a6044dd8a

View File

@ -298,7 +298,7 @@ std::string GetImplementationName::initSrcdir() {
}
}
loplugin::Plugin::Registration<GetImplementationName> X(
"getimplementationname");
"getimplementationname", false);
}
#endif
#endif