Fix compile errors in stage2
This commit is contained in:
@@ -85,7 +85,6 @@ const char *err_str(Error err) {
|
||||
case ErrorInvalidOperatingSystemVersion: return "invalid operating system version";
|
||||
case ErrorUnknownClangOption: return "unknown Clang option";
|
||||
case ErrorNestedResponseFile: return "nested response file";
|
||||
case ErrorPermissionDenied: return "permission is denied";
|
||||
case ErrorFileBusy: return "file is busy";
|
||||
case ErrorLocked: return "file is locked by another process";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user