Some changes to support mingw-w64
- IPP is disabled by default when compiler is mingw (couldn't make it work) - fixed some warnings - fixed some `__GNUC__` version checks (for correctness and convenience) - removed UTF-8 BOM from hough.cpp (fixes #5253)
This commit is contained in:
@@ -45,7 +45,7 @@ The references are:
|
||||
#include "precomp.hpp"
|
||||
#include "agast_score.hpp"
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning( disable : 4127 )
|
||||
#endif
|
||||
|
||||
|
@@ -44,7 +44,7 @@ The references are:
|
||||
|
||||
#include "agast_score.hpp"
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning( disable : 4127 )
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user