|
From: Amadeusz S. <sa...@gm...> - 2010-03-09 14:51:18
|
On Tue, Mar 09, 2010 at 09:33:38AM -0500, Alexei Svitkine wrote:
> > Also works if you do something like
> > volatile int label_hack = 3;
> > switch (label_hack) {
> > case 3:
> > ...
> > case 2:
>
> I'd prefer that approach then, since it will likely also work with the
> older compilers that do require the volatile.
>
> -Alexei
>
Should have thought that way, patch included.
|