1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Warning fix;

This commit is contained in:
Pavel Vlasov
2015-06-24 14:34:20 +03:00
parent 101607a7d0
commit e57609836c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -691,7 +691,6 @@ static bool ocl_flip(InputArray _src, OutputArray _dst, int flipCode )
#if defined HAVE_IPP
static bool ipp_flip( Mat &src, Mat &dst, int flip_mode )
{
Size size = src.size();
int type = src.type();
typedef IppStatus (CV_STDCALL * ippiMirror)(const void * pSrc, int srcStep, void * pDst, int dstStep, IppiSize roiSize, IppiAxis flip);