>>>>> "Andre" == Andre Mikulec <Andre_Mikulec@Hotmail.com> writes:
Andre> It is an up-to-date compiler.
That doesn't mean it lacks bugs!
It's even TELLING YOU that it's an "internal compiler error". That means
the error is in the compiler, not in the code being compiled.
Andre> These people here do not think that "a missing return statement"
Andre> is a good idea.
In a function that returns void, a missing return statement is
absolutely legal.
The SO question you linked to is irrelevant because that's talking about
a function that returns a value (not void).
--
Andrew (irc:RhodiumToad)