From a0db0648f6c4971f73c32eb8164934d24aa7503c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 4 Dec 2014 11:56:14 +0100 Subject: Problematic casts in gendata.hxx are already under control Change-Id: If3b0f667b379b7973364c93be4b88347e5768223 --- compilerplugins/clang/store/cstylecast.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'compilerplugins') 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; } -- cgit