<p>In <a href="https://github.com/mlpack/mlpack/pull/666#discussion_r67108889">src/mlpack/core/data/binarize.hpp</a>:</p>
<pre style='color:#555'>&gt; @@ -47,10 +47,10 @@ void Binarize(const arma::Mat&lt;T&gt;&amp; input,
&gt;    #pragma omp parallel for
&gt;    for (size_t i = 0; i &lt; totalElems; ++i)
</pre>
<p>please change size_t to int, because openMP of vc do not support unsigned int yet</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/pull/666/files/f7acc869cf67899a7b0cc9dcf8e532a9f05c5359..e3fc85edb5eb9aac98052238ff2904ea9bd9b842#r67108889">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFNn1PMCAsd_9-KXDXqv3c5vz2vyiks5qL6I5gaJpZM4IsxhK">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFDg6ey46ElWujzsadgySv3c_ou31ks5qL6I5gaJpZM4IsxhK.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/pull/666/files/f7acc869cf67899a7b0cc9dcf8e532a9f05c5359..e3fc85edb5eb9aac98052238ff2904ea9bd9b842#r67108889"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>