<div>On Sun Jan 05 2014 at 6:50:29 PM, Michael Bao <<a href="mailto:mike.h.bao@gmail.com">mike.h.bao@gmail.com</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hm, actually I just found a discussion on GCC about the same thing:<br>
<a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20000" target="_blank">http://gcc.gnu.org/bugzilla/<u></u>show_bug.cgi?id=20000</a><br>
<br>
It seems like they concluded that this warning would be unnecessary as<br>
long as the 'return' statement is caught, which makes sense. I'm<br>
guessing we could/should probably come to the same conclusion?<br></blockquote><div><br></div><div>I /think/ so, but I don't know how general GCC's warning is about return in a noreturn function, and I don't know if Clang has an equivalent/same warning. Probably the better route to go, though. </div>