On Fri, 17 Jun 2011 17:43:14 -0700, Dan McCabe <[email protected]> wrote:
> break; // implicit exit from loop at end of switch
> } while (true);
Seems like this could just be
} while (false);
as I don't see any way the loop could go around more than once.
--
[email protected]
pgpD9dWnmhI7Q.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
