diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-15 14:12:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-16 08:17:34 +0200 |
commit | 4ca9e8fa3a040c18221c947a651469a89029282e (patch) | |
tree | 5796a4f3112e84a5954c8bece98aea8c083673b4 /compilerplugins | |
parent | 44cfdda29b3bcd0b583645238cd0211e93390c95 (diff) |
remove unused Exist from oslCheckMode enum
Change-Id: I1ad187342444c5e92b61578d2a67cce2ae5ac428
Diffstat (limited to 'compilerplugins')
-rwxr-xr-x | compilerplugins/clang/unusedenumconstants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py index 5a71bf4ec275..20686d0ec157 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -163,6 +163,7 @@ for d in definitionSet: "vcl/inc/unx/XIM.h", "vcl/unx/gtk/xid_fullscreen_on_all_monitors.c", "vcl/unx/gtk/salnativewidgets-gtk.cxx", + "sc/inc/callform.hxx", # ParamType ]): continue |