X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=tests%2Fcxts%2F_cxts.h;h=e523fede31a5fa61b01cc7b46b39003ad8f9c6fd;hb=HEAD;hp=24bfd0e287597bed9299dd79fa733cccbb348985;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/tests/cxts/_cxts.h b/tests/cxts/_cxts.h index 24bfd0e..e523fed 100644 --- a/tests/cxts/_cxts.h +++ b/tests/cxts/_cxts.h @@ -42,8 +42,8 @@ #ifndef __CXTS_INTERNAL_H__ #define __CXTS_INTERNAL_H__ -#if (defined WIN32 || defined WIN64) && (_MSC_VER >= 1200 || defined _ICL) -#pragma warning( disable: 4514 4996 ) +#if (defined WIN32 || defined _WIN32 || defined WIN64 || defined _WIN64) && (_MSC_VER >= 1200 || defined _ICL) +#pragma warning( disable: 4251 4514 4996 ) #endif #include "cxts.h"