KhronosGroup / OpenCL-CLHPP

Khronos OpenCL-CLHPP
Apache License 2.0
369 stars 129 forks source link

CI fix: disable the same warnings that opencl-icd-loader disables #297

Closed bashbaug closed 2 months ago

bashbaug commented 2 months ago

This change should fix the CI failures on the main branch. Basically, it updates the Windows C compiler flags to disable several warnings that are needed to compile the OpenCL ICD loader (and that are also disabled in the OpenCL ICD loader CI).

https://github.com/KhronosGroup/OpenCL-ICD-Loader/blob/c2cbdb33605ef9cfa02aa2a77e9cd7306c57e32a/.github/workflows/presubmit.yml#L251