From: Alexei S. <ale...@gm...> - 2010-03-09 14:35:01
|
> 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 |