[Libreoffice-bugs] [Bug 38885] Remove CreateTextFromNode methods

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Feb 27 14:44:03 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=38885

--- Comment #19 from Julien Nabet <serval2412 at yahoo.fr> ---
(In reply to Abhishek from comment #18)
> How can I remove these kind of warinings?
> "home/abhishek/core/starmath/source/node.cxx:765:47: warning: unused
> parameter ‘pNode’ [-Wunused-parameter]
>  void SmRootNode::SmNodeToTextVisitor( SmNode* pNode, OUString &eText )"

It could be interesting you submit your patch on gerrit with WIP (Work In
Progress) mark so devs may give their opinion.
Meanwhile, without seeing more code, you can change the line into:
void SmRootNode::SmNodeToTextVisitor( SmNode* /* pNode */, OUString &eText )

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200227/17114042/attachment.htm>


More information about the Libreoffice-bugs mailing list