25.01.2009, 06:04
We wanted to see in what context you were getting the message
This would be happening because you have probably placed the goto statement inside a conditional and the compiler treats these differently to just stand-alone code. Try making the conditional (if there is one) inversed (if it's currently true, make it false, vice versa), and then let us know what happens.
Sorry if I sounded like a jerk, I was just trying to let you know.
And I know what a bug is, cheers.
This would be happening because you have probably placed the goto statement inside a conditional and the compiler treats these differently to just stand-alone code. Try making the conditional (if there is one) inversed (if it's currently true, make it false, vice versa), and then let us know what happens.
Sorry if I sounded like a jerk, I was just trying to let you know.
And I know what a bug is, cheers.
~Cueball~