Fix miscellaneous warnings from compiling with MinGW.
Note that MinGW defines NOMINMAX by default.
This commit is contained in:
@@ -142,7 +142,7 @@ typedef struct
|
||||
int imgoff;
|
||||
float factor;
|
||||
} detect_piramid_info;
|
||||
#ifdef WIN32
|
||||
#ifdef _MSC_VER
|
||||
#define _ALIGNED_ON(_ALIGNMENT) __declspec(align(_ALIGNMENT))
|
||||
|
||||
typedef _ALIGNED_ON(128) struct GpuHidHaarTreeNode
|
||||
|
||||
Reference in New Issue
Block a user