1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

clean up the code

* disable the warning in CMake, not int the code using pragma
This commit is contained in:
Tomoaki Teshima
2017-12-22 08:42:21 +09:00
parent 1bc1f3d311
commit fe7b3f1228
11 changed files with 4 additions and 47 deletions
-4
View File
@@ -45,10 +45,6 @@ The references are:
#include "precomp.hpp"
#include "agast_score.hpp"
#ifdef _MSC_VER
#pragma warning( disable : 4127 )
#endif
namespace cv
{
-4
View File
@@ -44,10 +44,6 @@ The references are:
#include "agast_score.hpp"
#ifdef _MSC_VER
#pragma warning( disable : 4127 )
#endif
namespace cv
{
-3
View File
@@ -48,9 +48,6 @@ The references are:
#include "opencv2/core/hal/intrin.hpp"
#include "opencv2/core/openvx/ovx_defs.hpp"
#if defined _MSC_VER
# pragma warning( disable : 4127)
#endif
namespace cv
{