Fixed several warnings on various platforms
This commit is contained in:
@@ -47,6 +47,7 @@ namespace cv
|
||||
// On Win64 optimized versions of DFT and DCT fail the tests (fixed in VS2010)
|
||||
#if defined _MSC_VER && !defined CV_ICC && defined _M_X64 && _MSC_VER < 1600
|
||||
#pragma optimize("", off)
|
||||
#pragma warning( disable : 4748 )
|
||||
#endif
|
||||
|
||||
/****************************************************************************************\
|
||||
|
Reference in New Issue
Block a user