Fix warnings from MSVC 9 64-bit
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user