<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<br><br></blockquote><div><br></div><div>That's our "DefaultError" marking; it's basically equivalent to specifying "-Werror=c++11-narrowing" by default.  We use it here because we really don't want people to write code that isn't well-formed by accident.</div>
<div><br></div><div>-Eli</div></div><br></div></div>