diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-04 11:56:14 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-04 11:57:31 +0100 |
commit | a0db0648f6c4971f73c32eb8164934d24aa7503c (patch) | |
tree | 4efd8b1a26c5a4d7fda13fb7782e7d3e5329d98a /compilerplugins | |
parent | f4d03933dc764139dc1e40fe6985a3cac090216e (diff) |
Problematic casts in gendata.hxx are already under control
Change-Id: If3b0f667b379b7973364c93be4b88347e5768223
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/store/cstylecast.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compilerplugins/clang/store/cstylecast.cxx b/compilerplugins/clang/store/cstylecast.cxx index b036e1b78600..132686f84797 100644 --- a/compilerplugins/clang/store/cstylecast.cxx +++ b/compilerplugins/clang/store/cstylecast.cxx @@ -80,8 +80,6 @@ bool CStyleCast::VisitCStyleCastExpr(const CStyleCastExpr * expr) { } } else { if (filename.startswith(SRCDIR "/include/tools/solar.h") - // the GetSalDisplay/GetGtkDisplay methods are problematic - || filename.startswith(SRCDIR "/vcl/inc/generic/gendata.hxx") || filename.startswith(SRCDIR "/include/cppuhelper/")) { return true; } |