1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +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
@@ -44,10 +44,6 @@ The references are:
#include "agast_score.hpp"
#ifdef _MSC_VER
#pragma warning( disable : 4127 )
#endif
namespace cv
{