When using DMD with the -w switch for warnings, a final switch will output a warning: "warning: Error: switch statement has no default" if a default is added, it turns to an error "Error: default statement not allowed in final switch statement"
Fixed dmd 2.032