re-enable loplugin:useuniqueptr

Change-Id: Ic1a7e5bd3a8002ac996a6af1d1d9a439d4153b0b
Reviewed-on: https://gerrit.libreoffice.org/44864
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin 2017-11-17 11:16:42 +02:00
parent e9b3a326ee
commit 21e85d591f

View file

@ -373,7 +373,7 @@ void UseUniquePtr::CheckForDeleteOfPOD(const CompoundStmt* compoundStmt)
loplugin::Plugin::Registration< UseUniquePtr > X("useuniqueptr", false);
loplugin::Plugin::Registration< UseUniquePtr > X("useuniqueptr", true);
}