<div dir="ltr">On Thu, Sep 25, 2008 at 8:00 AM, Aaron J. Seigo <span dir="ltr"><<a href="mailto:aseigo@kde.org">aseigo@kde.org</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">> - kdelibs/kdeui/widgets/ktoolbar.cpp:1056<br>
><br>
> This loop is executed at most once. Not forever.<br>
<br>
</div>false positive; not the most obvious bit of code, perhaps, but it's using the<br>
forever as a way to utilize break; statements as prettier gotos<br>
</blockquote></div><br>Personal preference, I guess, but I generally use do { } while (false); for these cases to be explicit that it is not a real loop.<br><br clear="all">--<br>Jason Stubbs<br>
</div>