Skip to content

Commit 29baa7c

Browse files
committed
[NFC][SYCL] Silent Wswitch warning for device_config_file_consistency
1 parent 0c08ed7 commit 29baa7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/test-e2e/Basic/device_config_file_consistency.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ std::string_view getAspectName(aspect Asp) {
4646
return #ASPECT;
4747
#include <sycl/info/aspects.def>
4848
#undef __SYCL_ASPECT
49+
default:
50+
return "unknown";
4951
}
5052
return "unknown";
5153
}

0 commit comments

Comments
 (0)