Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[llvm][NFC] Suppress
-Wunused-result
call to write
Commit 87e6f87 adds a call to `::write()`, which may be annotated w/ `warn_unused_result`, leading to `-Wunused-result` failures.
- Loading branch information