summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-06-09 13:48:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-06-20 10:38:48 +0200
commitef73fefd023372ec0157683ed9ab349ff551a67c (patch)
tree7f5b129e567bfca263b333a00d6c3814f49f681d /compilerplugins
parentedca548f865f4c19f213c1386905ec3591326461 (diff)
loplugin:logexceptionnicely in various
Change-Id: I207d21e674366046e2663ebaf7f5161cde2c5fab Reviewed-on: https://gerrit.libreoffice.org/74336 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/logexceptionnicely.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/logexceptionnicely.cxx b/compilerplugins/clang/logexceptionnicely.cxx
index efcf7060bf70..b6f7ef8bb31d 100644
--- a/compilerplugins/clang/logexceptionnicely.cxx
+++ b/compilerplugins/clang/logexceptionnicely.cxx
@@ -129,7 +129,7 @@ public:
}
};
-static Plugin::Registration<LogExceptionNicely> X("logexceptionnicely", false);
+static Plugin::Registration<LogExceptionNicely> X("logexceptionnicely");
} // namespace