Skip to content

Commit 5b52eba

Browse files
[SYCL] Fix unused parameter warning (#9208)
1 parent ce95c7b commit 5b52eba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sycl/source/detail/program_manager/program_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ static std::string getUint32PropAsOptStr(const RTDeviceBinaryImage &Img,
377377
static void appendCompileOptionsFromImage(std::string &CompileOpts,
378378
const RTDeviceBinaryImage &Img,
379379
const std::vector<device> &Devs,
380-
const detail::plugin &Plugin) {
380+
const detail::plugin &) {
381381
// Build options are overridden if environment variables are present.
382382
// Environment variables are not changed during program lifecycle so it
383383
// is reasonable to use static here to read them only once.

0 commit comments

Comments
 (0)