We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ocl-icd-src/loader/icd.c:329:23: error: cast from 'const struct _cl_icd_dispatch *' to 'void **' drops const qualifier [-Werror,-Wcast-qual] 329 | ((void **)layerDispatch)[i] ? ocl-icd-src/loader/linux/icd_linux.c:132:39 ocl-icd-src/loader/icd_dispatch.c::44
opencl-icd-loader fail with -Werror,-Wcast-qual. tag @bashbaug, @Kerilk
Drafted #241 to fix them.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ocl-icd-src/loader/icd.c:329:23: error: cast from 'const struct _cl_icd_dispatch *' to 'void **' drops const qualifier [-Werror,-Wcast-qual]
329 | ((void **)layerDispatch)[i] ?
ocl-icd-src/loader/linux/icd_linux.c:132:39
ocl-icd-src/loader/icd_dispatch.c::44
opencl-icd-loader fail with -Werror,-Wcast-qual.
tag @bashbaug, @Kerilk
Drafted #241 to fix them.
The text was updated successfully, but these errors were encountered: