Skip to content

Commit 1cf95e3

Browse files
[SYCL][NFC] Fix -Werror build of unittests (#15675)
1 parent d9122de commit 1cf95e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/unittests/helpers/UrImage.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class UrImage {
276276
: UrImage(
277277
SYCL_DEVICE_BINARY_VERSION, SYCL_DEVICE_BINARY_OFFLOAD_KIND_SYCL,
278278
SYCL_DEVICE_BINARY_TYPE_SPIRV, __SYCL_DEVICE_BINARY_TARGET_SPIRV64,
279-
"", "", {}, std::move(std::vector<unsigned char>{1, 2, 3, 4, 5}),
279+
"", "", {}, std::vector<unsigned char>{1, 2, 3, 4, 5},
280280
internal::LifetimeExtender(std::move(OffloadEntries)),
281281
std::move(PropertySet)) {}
282282

0 commit comments

Comments
 (0)