Added OCL performance test for YUV2RGB_IYUV, YUV2GRAY_420, RGB2YUV_IYUV, YUV2RGB_YUY2, YUV2GRAY_YUY2 color conversion modes
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning( disable: 4127 )
|
||||
#pragma warning( disable: 4127 ) // conditional expression is constant
|
||||
#pragma warning( disable: 4503 ) // decorated name length exceeded, name was truncated
|
||||
#endif
|
||||
|
||||
#define GTEST_DONT_DEFINE_FAIL 0
|
||||
|
Reference in New Issue
Block a user