[SYCL][E2E] Fix Vulkan interop test build on Windows (#21121)
We need to disable this warning. This is already done in most of the
existing tests, but it was missed in these ones.
Example in existing test
[here](https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/bindless_images/vulkan_interop/buffer_usm.cpp#L4).
Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>