diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-17 08:22:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-17 09:56:19 +0200 |
commit | 8fc4aecde317a1c49755b1a0695d8359830a2c8d (patch) | |
tree | 324d89d822f9ebcc9c96e39a8a68ba9e37c786ab /compilerplugins | |
parent | 2c06083c75cca66885c356520b5a83b4a722796b (diff) |
convert ValueParser::State to scoped enum
Change-Id: I20c8217576fb6993107f1e45429adc5660d38da8
Diffstat (limited to 'compilerplugins')
-rwxr-xr-x | compilerplugins/clang/unusedenumconstants.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py index 34d52cb2ffda..ebd5ddaba474 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -116,6 +116,7 @@ for d in definitionSet: "filter/source/graphicfilter/icgm/cgmtypes.hxx", "basic/source/inc/filefmt.hxx", # FileOffset "include/basic/sbxdef.hxx", # SbxDataType + "connectivity/source/inc/dbase/DTable.hxx", # ODbaseTable::DBFType # unit test code "cppu/source/uno/check.cxx", # general weird nonsense going on @@ -142,6 +143,7 @@ for d in definitionSet: "basic/source/inc/opcodes.hxx", # SbiOpcode "basic/source/inc/token.hxx", # SbiToken "binaryurp/source/specialfunctionids.hxx", # binaryurp::SpecialFunctionIds + "connectivity/source/inc/odbc/OTools.hxx", # ODBC3SQLFunctionId # Windows or OSX only "include/canvas/rendering/icolorbuffer.hxx", "include/vcl/commandevent.hxx", @@ -184,6 +186,7 @@ for d in definitionSet: "vcl/unx/gtk/salnativewidgets-gtk.cxx", "sc/inc/callform.hxx", # ParamType "include/i18nlangtag/applelangid.hxx", # AppleLanguageId + "connectivity/source/drivers/firebird/Util.hxx", # firebird::BlobSubtype ]): continue |