Skip to content

Commit

Permalink
TelemetryTest.cpp: Suppress a warning in #121003 [-Wunused-private-fi…
Browse files Browse the repository at this point in the history
…eld]
  • Loading branch information
chapuni committed Dec 24, 2024
1 parent 7d166fa commit 2c95e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/unittests/Telemetry/TelemetryTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ class TestManager : public Manager {

Error preDispatch(TelemetryInfo *Entry) override {
Entry->SessionId = SessionId;
(void)CurrentContext;
return Error::success();
}

Expand Down

0 comments on commit 2c95e60

Please sign in to comment.