Skip to content

Commit d44888c

Browse files
committed
Appease old gcc.
Signed-off-by: Julian Oppermann <[email protected]>
1 parent 5eca862 commit d44888c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl-jit/jit-compiler/lib/rtc/DeviceCompilation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,5 +357,5 @@ jit_compiler::parseUserArgs(View<const char *> UserArgs) {
357357
"User option '%s' at index %d is missing an argument",
358358
UserArgsRef[MissingArgIndex], MissingArgIndex);
359359
}
360-
return AL;
360+
return Expected<InputArgList>{std::move(AL)};
361361
}

0 commit comments

Comments
 (0)