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

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
{