<p>I switched over from gcc to clang for my default C++ compiler, and clang is pretty verbose by default about unused parameters. </p>

<p>We can either fix these warnings or compile with <code>-Wno-unused-parameter</code>. Either is fine by me, but I'm more inclined towards the latter since I think unused parameters is no big deal. </p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/377">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFJ5SZWIgI31TQoUF06hrsOhVZ4nmks5ngv_3gaJpZM4DQ9I1.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/mlpack/mlpack/issues/377"></link>
    <meta itemprop="name" content="View Issue"></meta>
  </div>
  <meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>