Guest User

Hugh's VS2017 compile errors

a guest
Feb 5th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. 1>------ Build started: Project: opencl-test, Configuration: Debug Win32 ------
  2. 1>main.cpp
  3. 1>c:\program files (x86)\amd app sdk\3.0\include\cl\cl.hpp(4240): error C4996: 'clCreateSampler': was declared deprecated
  4. 1>c:\program files (x86)\amd app sdk\3.0\include\cl\cl.h(1366): note: see declaration of 'clCreateSampler'
  5. 1>c:\program files (x86)\amd app sdk\3.0\include\cl\cl.hpp(5084): error C4996: 'clCreateCommandQueue': was declared deprecated
  6. 1>c:\program files (x86)\amd app sdk\3.0\include\cl\cl.h(1359): note: see declaration of 'clCreateCommandQueue'
  7. 1>c:\program files (x86)\amd app sdk\3.0\include\cl\cl.hpp(5101): error C4996: 'clCreateCommandQueue': was declared deprecated
  8. 1>c:\program files (x86)\amd app sdk\3.0\include\cl\cl.h(1359): note: see declaration of 'clCreateCommandQueue'
  9. 1>c:\program files (x86)\amd app sdk\3.0\include\cl\cl.hpp(5878): error C4996: 'clEnqueueTask': was declared deprecated
  10. 1>c:\program files (x86)\amd app sdk\3.0\include\cl\cl.h(1373): note: see declaration of 'clEnqueueTask'
  11. 1>Done building project "opencl-test.vcxproj" -- FAILED.
  12. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Add Comment
Please, Sign In to add comment