On Fri, 17 Jun 2011 17:43:14 -0700, Dan McCabe <zen3d.li...@gmail.com> 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.

-- 
keith.pack...@intel.com

Attachment: pgpD9dWnmhI7Q.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to