Kaydet (Commit) 1f1ce7e0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:constantfunction: vcl/unx/gtk3

Change-Id: I66ffc0c3a73d45e9d4b54f46092a65913b753d26
üst 6409db78
...@@ -405,8 +405,10 @@ bool ConstantFunction::VisitFunctionDecl(const FunctionDecl * pFunctionDecl) { ...@@ -405,8 +405,10 @@ bool ConstantFunction::VisitFunctionDecl(const FunctionDecl * pFunctionDecl) {
return true; return true;
} }
// vcl/unx/gtk3 re-using vcl/unx/gtk: // vcl/unx/gtk3 re-using vcl/unx/gtk:
if (aFunctionName == "GtkData::initNWF" if (aFunctionName == "DeInitAtkBridge"
|| aFunctionName == "GtkSalFrame::EnsureAppMenuWatch") || aFunctionName == "GtkData::initNWF"
|| aFunctionName == "GtkSalFrame::EnsureAppMenuWatch"
|| aFunctionName == "InitAtkBridge")
{ {
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment