[all-commits] [llvm/llvm-project] 6b4616: [llvm][NFC] Suppress `-Wunused-result` call to `wr...
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Wed Apr 10 19:14:31 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b46166ef2612d2a58767447b3db8f0343afb552
https://github.com/llvm/llvm-project/commit/6b46166ef2612d2a58767447b3db8f0343afb552
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M llvm/lib/Support/raw_socket_stream.cpp
Log Message:
-----------
[llvm][NFC] Suppress `-Wunused-result` call to `write`
Commit 87e6f87fe7e343eb656e9b49d30cbb065c086651 adds a call to `::write()`, which may be annotated w/ `warn_unused_result`, leading to `-Wunused-result` failures.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list