clDNN icon indicating copy to clipboard operation
clDNN copied to clipboard

Two warning compilation fixes

Open monocleus opened this issue 6 years ago • 0 comments

This PR aims to fix two warnings:

  • ./src/include/generic_layer.hpp:64:111: error: type qualifiers ignored on cast result type [-Werror=ignored-qualifiers]
  • ./common/khronos_ocl_clhpp/cl2.hpp:2703:26: error: catching polymorphic type ‘class cl::Error’ by value [-Werror=catch-value=]

monocleus avatar Jul 24 '19 10:07 monocleus