From b2453d1f41b369ca4b1c98e03b803be1773d0aff Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 7 Feb 2017 09:06:00 +0200 Subject: convert DEBUG_TIME to scoped enum Change-Id: I91b286d8415ebc8c6675aca6ee143850c956c74b Reviewed-on: https://gerrit.libreoffice.org/33986 Tested-by: Jenkins Reviewed-by: Noel Grandin --- compilerplugins/clang/unusedenumconstants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py index 670bb005eaab..6ee56d87657f 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -97,6 +97,7 @@ for d in definitionSet: "include/registry/refltype.hxx", "include/registry/version.h", "include/svtools/rtftoken.h", + "sc/source/filter/inc/xltracer.hxx", # unit test code "cppu/source/uno/check.cxx", # general weird nonsense going on -- cgit