Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sycl-jit/jit-compiler/lib/helper/ErrorHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace jit_compiler {
std::string formatError(llvm::Error &&Err, const std::string &Msg);

template <typename ResultType, typename... ExtraArgTypes>
static ResultType errorTo(llvm::Error &&Err, const std::string &Msg,
[[maybe_unused]] static ResultType errorTo(llvm::Error &&Err, const std::string &Msg,
ExtraArgTypes... ExtraArgs) {
// Cannot throw an exception here if LLVM itself is compiled without exception
// support.
Expand Down
Loading