diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-09 13:48:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-20 10:38:48 +0200 |
commit | ef73fefd023372ec0157683ed9ab349ff551a67c (patch) | |
tree | 7f5b129e567bfca263b333a00d6c3814f49f681d /compilerplugins | |
parent | edca548f865f4c19f213c1386905ec3591326461 (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.cxx | 2 |
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 |