<div dir="ltr">On Wed, Sep 4, 2013 at 2:06 PM, reed kotler <span dir="ltr"><<a href="mailto:rkotler@mips.com" target="_blank">rkotler@mips.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
/home/rkotler/workspace/....: error: co<br>
nstant expression evaluates to -1 which cannot be narrowed to type 'unsigned int<br>
' [-Wc++11-narrowing]<br>
<br>
Shows as a warning but is really an error to the compiler</blockquote><div><br></div><div>It appears as an error (note the "error:") -- such constructs are ill-formed in C++11. If you're referring to the "[-Wc++11-narrowing]", that indicates that this error can be disabled with "-Wno-c++11-narrowing", as a compatibility measure.<br>
</div></div></div></div>