Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Remeber this only works when your parser will run with a JDK > 5.0

...

For C#, just suppress warnings in the @header. As far as I have seen, suppressing warning 0219 ("The variable ... is assigned but its value is never used") is sufficient, but you can of course suppress all warnings.

Code Block

@header {
	#pragma warning disable 0219
}