Skip to content

Commit

Permalink
cherry-pick: Fix some C++ warnings found by clang on bpftrace
Browse files Browse the repository at this point in the history
  • Loading branch information
simpleton committed Sep 10, 2024
1 parent 66caf3e commit 177da86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/bpftrace/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ BPFTRACE_COMMIT = v0.21.2
BPFTRACE_REPO = https://github.com/iovisor/bpftrace.git/
projects/bpftrace/sources:
git clone $(BPFTRACE_REPO) $@
cd $@ && git checkout $(BPFTRACE_COMMIT)
cd $@ && git checkout $(BPFTRACE_COMMIT) &&
# Fix some C++ warnings found by clang
git cherry-pick 65a08f4c38505d327862d52404be85469168966a

0 comments on commit 177da86

Please sign in to comment.