From 87d0c91dcfe7c5e323e7c98f23a38f81f09358ea Mon Sep 17 00:00:00 2001 From: Tomoaki Teshima Date: Thu, 9 Jun 2016 18:24:00 +0900 Subject: [PATCH] fix warning of build --- modules/core/src/precomp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/precomp.hpp b/modules/core/src/precomp.hpp index cece96cb08..df6c5b93ec 100644 --- a/modules/core/src/precomp.hpp +++ b/modules/core/src/precomp.hpp @@ -135,7 +135,7 @@ typedef void (*BinaryFuncC)(const uchar* src1, size_t step1, uchar* dst, size_t step, int width, int height, void*); -BinaryFunc getConvertFuncFp16(int ddepth, bool useHW); +BinaryFunc getConvertFuncFp16(int ddepth); BinaryFunc getConvertFunc(int sdepth, int ddepth); BinaryFunc getCopyMaskFunc(size_t esz);