Skip to content

Commit 8d0ad31

Browse files
committed
Disable warning in test
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent ce27ca7 commit 8d0ad31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Basic/platform_get_devices.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %{build} -o %t.out
1+
// RUN: %{build} -Wno-deprecated-declarations -o %t.out
22
// RUN: %{run} %t.out
33
//
44
// Tests platform::get_devices for each device type.

0 commit comments

Comments
 (0)