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

--- Comment #19 from Julien Nabet <serval2...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to