Skip to content

Commit ac51c0a

Browse files
author
Alexander Batashev
committed
More fixes
1 parent dd58467 commit ac51c0a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sycl/tools/sycl-sanitize/collector.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ XPTI_CALLBACK_API void xptiTraceFinish(const char *StreamName) {
181181
}
182182

183183
XPTI_CALLBACK_API void tpCallback(uint16_t TraceType,
184-
xpti::trace_event_data_t *Parent,
185-
xpti::trace_event_data_t *Event,
184+
xpti::trace_event_data_t *,
185+
xpti::trace_event_data_t *,
186186
uint64_t /*Instance*/, const void *UserData) {
187187
auto *Payload = xptiQueryPayloadByUID(xptiGetUniversalId());
188188

sycl/tools/sycl-sanitize/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
#include "launch.hpp"
910
#include "llvm/Support/CommandLine.h"
1011

12+
#include <iostream>
1113
#include <string>
1214

1315
using namespace llvm;

0 commit comments

Comments
 (0)