<p>Sorry, I think my last comment was actually unclear, so you can ignore it...</p>

<p>I don't know if your system is different than AppVeyor.  One easy way to test would be to open a PR, then AppVeyor will automatically build.</p>

<p>Another way to explicitly disable <code>ARMA_64BIT_WORD</code> is to define <code>ARMA_32BIT_WORD</code>.  I am pretty sure that in general, <code>ARMA_USE_CXX11</code> is not enabled when the compiler is Visual Studio though, because VS has incomplete C++11 support.</p>

<p>I don't think that we should enable <code>ARMA_USE_CXX11</code> support on Windows because it's been explicitly disabled by the Armadillo maintainer, and enabling it might cause problems for some parts of Armadillo (possibly including parts that are not used in mlpack now but may be used later).  Instead I think maybe we should define either <code>ARMA_64BIT_WORD</code> or <code>ARMA_32BIT_WORD</code> when on Windows, depending on the architecture.  That would probably accomplish the same result of fixing those warnings.</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 or <a href="https://github.com/mlpack/mlpack/issues/554#issuecomment-199366590">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFIwdhwMtuXUS3FHfbROuifDelNPvks5pvscOgaJpZM4HrI9Q.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/554#issuecomment-199366590"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>