From: Ammar Faizi <[email protected]>
To: GNU/Weeb Mailing List <[email protected]>
Cc: Ammar Faizi <[email protected]>,
Nick Mathewson <[email protected]>
Subject: [GIT PULL tor v1 0/6] Build fixes for clang-15
Date: Thu, 26 May 2022 18:41:24 +0700 [thread overview]
Message-ID: <[email protected]> (raw)
Hi,
This series fixes build issue when compiling with clang-15.
There are 6 patches in this series:
- Patch 1 to 5 are fixes of unused variable warnings.
- Patch 6 is a fix for pragma that only exists in GCC but used in
clang.
It's available in the git repository below...
Please pull, thank you!
---
The following changes since commit 69e3b8bb843aaab65ec3a740348f5481bac13513:
Merge branch 'tor-gitlab/mr/567' (2022-05-24 15:24:48 -0400)
are available in the Git repository at:
https://gitlab.torproject.org/ammarfaizi2/tor.git tags/clang-fixes
for you to fetch changes up to dee215fe16e37ec0a369519facdc4648074a35b1:
test/test_hs_descriptor: Don't invoke GCC warning when compiling with clang (2022-05-26 18:28:01 +0700)
Signed-off-by: Ammar Faizi <[email protected]>
---
Ammar Faizi (6):
channel: Fix clang-15 complaint (unused variable)
connection_or: Fix clang-15 complaint (unused variable)
routerlist: Fix clang-15 complaint (unused variable)
compat_libevent: Fix clang-15 complaint (unused variable)
test/bench: Fix clang-15 complaint (unused variable)
test/test_hs_descriptor: Don't invoke GCC warning when compiling with clang
src/core/or/channel.c | 4 +---
src/core/or/connection_or.c | 4 ++++
src/feature/nodelist/routerlist.c | 2 --
src/lib/evloop/compat_libevent.c | 2 --
src/test/bench.c | 1 +
src/test/test_hs_descriptor.c | 3 +++
6 files changed, 9 insertions(+), 7 deletions(-)
base-commit: 69e3b8bb843aaab65ec3a740348f5481bac13513
--
Ammar Faizi
next reply other threads:[~2022-05-26 11:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-26 11:41 Ammar Faizi [this message]
2022-05-26 11:41 ` [PATCH tor v1 1/6] channel: Fix clang-15 complaint (unused variable) Ammar Faizi
2022-05-26 11:41 ` [PATCH tor v1 2/6] connection_or: " Ammar Faizi
2022-05-26 11:41 ` [PATCH tor v1 3/6] routerlist: " Ammar Faizi
2022-05-26 11:41 ` [PATCH tor v1 4/6] compat_libevent: " Ammar Faizi
2022-05-26 11:41 ` [PATCH tor v1 5/6] test/bench: " Ammar Faizi
2022-05-26 11:41 ` [PATCH tor v1 6/6] test/test_hs_descriptor: Don't invoke GCC warning when compiling with clang Ammar Faizi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox