<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Remove CreateTextFromNode methods"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=38885#c19">Comment # 19</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Remove CreateTextFromNode methods"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=38885">bug 38885</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>(In reply to Abhishek from <a href="show_bug.cgi?id=38885#c18">comment #18</a>)
<span class="quote">> 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 )"</span >

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 )</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>