Closed Herschel closed 7 years ago
return AUnknown was unreachable after the return switch(). Move it into the switch.
return AUnknown
return switch()
switch
I'm not sure what this actually fixes, but if it helps you, why not. :)
return AUnknown
was unreachable after thereturn switch()
. Move it into theswitch
.