File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -4339,9 +4339,6 @@ class OpenCLSVMBufferPoolImpl : public OpenCLBufferPoolBaseImpl<OpenCLSVMBufferP
4339
4339
4340
4340
4341
4341
4342
- #if defined _MSC_VER
4343
- #pragma warning(disable:4127) // conditional expression is constant
4344
- #endif
4345
4342
template <bool readAccess, bool writeAccess>
4346
4343
class AlignedDataPtr
4347
4344
{
@@ -4446,9 +4443,6 @@ class AlignedDataPtr2D
4446
4443
AlignedDataPtr2D (const AlignedDataPtr2D&); // disabled
4447
4444
AlignedDataPtr2D& operator =(const AlignedDataPtr2D&); // disabled
4448
4445
};
4449
- #if defined _MSC_VER
4450
- #pragma warning(default:4127) // conditional expression is constant
4451
- #endif
4452
4446
4453
4447
#ifndef CV_OPENCL_DATA_PTR_ALIGNMENT
4454
4448
#define CV_OPENCL_DATA_PTR_ALIGNMENT 16
You can’t perform that action at this time.
0 commit comments