For actors without states the enterHistory function is generated without return statement
It seems that for actors which only contain transition points with self transitions the enterHistory function is generated without any return statement which leads to compiler warnings

