Boost C++ Libraries: Ticket #1209: Control reaches end of non-void function https://svn.boost.org/trac10/ticket/1209 <p> The attached patch keeps (at least) gcc happy about <code>options_description::find_nothrow()</code> reaching the end of the non-void function. The warning is spurious. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1209 Trac 1.4.3 Darren Garvey Thu, 23 Aug 2007 19:16:58 GMT attachment set https://svn.boost.org/trac10/ticket/1209 https://svn.boost.org/trac10/ticket/1209 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">program_options_options_description.diff</span> </li> </ul> Ticket Vladimir Prus Thu, 23 Aug 2007 19:51:48 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1209#comment:1 https://svn.boost.org/trac10/ticket/1209#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/38871" title="Apply patch to fix gcc warning. Fixes #1209. ">[38871]</a>) Apply patch to fix gcc warning. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1209" title="#1209: Patches: Control reaches end of non-void function (closed: fixed)">#1209</a>. </p> Ticket