summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedenumconstants.py
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-29 16:00:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-30 08:33:15 +0100
commit3b48c9452778cf822a8cd1defb614c1010d7b9f8 (patch)
tree2ad6e8f8c218c0c0ce32392ce68d921862e84e1c /compilerplugins/clang/unusedenumconstants.py
parent83102e4fa21e22ae18d2bbd19e29b1d37f50bab9 (diff)
loplugin:unusedenumconstants ignore common pattern
Ignore a common pattern that does not introduce any new information, merely removes information. Change-Id: I37da352c9295ec12b9dac7aad4b4792a6d726b0d Reviewed-on: https://gerrit.libreoffice.org/64255 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins/clang/unusedenumconstants.py')
-rwxr-xr-xcompilerplugins/clang/unusedenumconstants.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py
index 24cd0c6ded07..591c73f1cede 100755
--- a/compilerplugins/clang/unusedenumconstants.py
+++ b/compilerplugins/clang/unusedenumconstants.py
@@ -105,6 +105,11 @@ def is_ignore(srcLoc):
"sc/source/filter/inc/flttypes.hxx", # BiffTyp
"sc/inc/optutil.hxx", # ScOptionsUtil::KeyBindingType
"include/sfx2/chalign.hxx", # SfxChildAlignment
+ "drawinglayer/source/tools/emfpbrush.hxx",
+ "drawinglayer/source/tools/emfppen.cxx",
+ "include/oox/ppt/animationspersist.hxx",
+ "include/vcl/fontcapabilities.hxx",
+ "sw/inc/poolfmt.hxx",
# unit test code
"cppu/source/uno/check.cxx",
# general weird nonsense going on