You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/raun/workspace/neo/runtime/mem_obj/image.cpp: In static member function ‘static OCLRT::Image* OCLRT::Image::create(OCLRT::Context*, cl_mem_flags, const OCLRT::SurfaceFormatInfo*, const cl_image_desc*, const void*, cl_int&)’:
/home/raun/workspace/neo/runtime/mem_obj/image.cpp:146:24: error: this statement may fall through [-Werror=implicit-fallthrough=]
imageDepth = imageDesc->image_depth;
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/raun/workspace/neo/runtime/mem_obj/image.cpp:147:9: note: here
case CL_MEM_OBJECT_IMAGE2D:
Maybe have a way to disable warnings as errors?
The text was updated successfully, but these errors were encountered:
Maybe have a way to disable warnings as errors?
The text was updated successfully, but these errors were encountered: