1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Fix warnings from MSVC 9 64-bit

This commit is contained in:
Andrey Kamaev
2012-10-23 13:08:43 +04:00
parent 0072078857
commit afc79e2a02
3 changed files with 15 additions and 7 deletions
+4
View File
@@ -44,6 +44,10 @@ The references are:
#include "precomp.hpp"
#include "fast_score.hpp"
#if defined _MSC_VER
# pragma warning( disable : 4127)
#endif
namespace cv
{