Skip to content

Commit

Permalink
[SYCL][NFC] Fix -Werror build of unittests (#15675)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeySachkov authored Oct 11, 2024
1 parent d9122de commit 1cf95e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/unittests/helpers/UrImage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class UrImage {
: UrImage(
SYCL_DEVICE_BINARY_VERSION, SYCL_DEVICE_BINARY_OFFLOAD_KIND_SYCL,
SYCL_DEVICE_BINARY_TYPE_SPIRV, __SYCL_DEVICE_BINARY_TARGET_SPIRV64,
"", "", {}, std::move(std::vector<unsigned char>{1, 2, 3, 4, 5}),
"", "", {}, std::vector<unsigned char>{1, 2, 3, 4, 5},
internal::LifetimeExtender(std::move(OffloadEntries)),
std::move(PropertySet)) {}

Expand Down

0 comments on commit 1cf95e3

Please sign in to comment.