Commit 87d0c91d authored by Tomoaki Teshima's avatar Tomoaki Teshima

fix warning of build

parent d0a83909
...@@ -135,7 +135,7 @@ typedef void (*BinaryFuncC)(const uchar* src1, size_t step1, ...@@ -135,7 +135,7 @@ typedef void (*BinaryFuncC)(const uchar* src1, size_t step1,
uchar* dst, size_t step, int width, int height, uchar* dst, size_t step, int width, int height,
void*); void*);
BinaryFunc getConvertFuncFp16(int ddepth, bool useHW); BinaryFunc getConvertFuncFp16(int ddepth);
BinaryFunc getConvertFunc(int sdepth, int ddepth); BinaryFunc getConvertFunc(int sdepth, int ddepth);
BinaryFunc getCopyMaskFunc(size_t esz); BinaryFunc getCopyMaskFunc(size_t esz);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment