summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedenumconstants.py
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-03 12:43:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-03 14:51:48 +0200
commitdc119d12f03391c4c83a1819d09d5c046623cad5 (patch)
treec62ba6e8bd79c131f0fbab5eb155fad9062bfeef /compilerplugins/clang/unusedenumconstants.py
parent3fe6a2c11df30f5df843c137403c48153b577859 (diff)
loplugin:unusedenumconstants
Change-Id: I6dde54ddc2a2be4a9bbe11cdb52550de7f6a1023 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97836 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins/clang/unusedenumconstants.py')
-rwxr-xr-xcompilerplugins/clang/unusedenumconstants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py
index 3e78f0f55401..34a459bd0b54 100755
--- a/compilerplugins/clang/unusedenumconstants.py
+++ b/compilerplugins/clang/unusedenumconstants.py
@@ -110,6 +110,7 @@ def is_ignore(srcLoc):
"include/oox/ppt/animationspersist.hxx",
"include/vcl/fontcapabilities.hxx",
"sw/inc/poolfmt.hxx",
+ "include/xmloff/xmltoken.hxx",
# unit test code
"cppu/source/uno/check.cxx",
# general weird nonsense going on