diff --git a/sycl/test-e2e/DeviceLib/imf_fp16_trivial_test.cpp b/sycl/test-e2e/DeviceLib/imf_fp16_trivial_test.cpp index 461ac69dd454a..24ea52f391695 100644 --- a/sycl/test-e2e/DeviceLib/imf_fp16_trivial_test.cpp +++ b/sycl/test-e2e/DeviceLib/imf_fp16_trivial_test.cpp @@ -5,7 +5,7 @@ // RUN: %{build} %{mathflags} -c -DSOURCE1 -o %t1.o // RUN: %{build} %{mathflags} -c -DSOURCE2 -o %t2.o -// RUN: %clangxx -fsycl %t1.o %t2.o -o %t.out +// RUN: %clangxx -Wno-error=unused-command-line-argument -fsycl %t1.o %t2.o -o %t.out // RUN: %{run} %t.out // UNSUPPORTED: cuda, hip