mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
Fix warnings in Basic
This commit is contained in:
@@ -257,6 +257,7 @@ std::error_code swift::moveFileIfDifferent(const llvm::Twine &source,
|
||||
// Files are different; overwrite the destination file.
|
||||
return fs::rename(source, destination);
|
||||
}
|
||||
llvm_unreachable("Unhandled FileDifference in switch");
|
||||
}
|
||||
|
||||
llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>>
|
||||
|
||||
Reference in New Issue
Block a user