Fix compile warnings
This commit is contained in:
parent
f52126725f
commit
d9ef5bb5a7
@ -193,6 +193,7 @@ namespace cv
|
|||||||
static bool IPPDerivScharr(InputArray _src, OutputArray _dst, int ddepth, int dx, int dy, double scale, double delta, int borderType)
|
static bool IPPDerivScharr(InputArray _src, OutputArray _dst, int ddepth, int dx, int dy, double scale, double delta, int borderType)
|
||||||
{
|
{
|
||||||
#if defined(HAVE_IPP_ICV_ONLY)
|
#if defined(HAVE_IPP_ICV_ONLY)
|
||||||
|
_src; _dst; ddepth; dx; dy; scale; delta; borderType;
|
||||||
return false;
|
return false;
|
||||||
#else
|
#else
|
||||||
if ((0 > dx) || (0 > dy) || (1 != dx + dy))
|
if ((0 > dx) || (0 > dy) || (1 != dx + dy))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user