summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-12-11 13:38:04 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-12-11 13:38:04 +0000
commit181d16ce20429c13fd3d017d7eeed76059aa0d55 (patch)
treeafda378eafe23e4e91e9a31061ad9f66c76c56bf /include
parentd5479ea4dee1c8a6f298af873668f8dfe3c66766 (diff)
more useless warnings disabled
git-svn-id: http://svn.miranda-ng.org/main/trunk@11327 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_core.h b/include/m_core.h
index 59b613d726..0055d87034 100644
--- a/include/m_core.h
+++ b/include/m_core.h
@@ -38,6 +38,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define MIR_CORE_DLL(T) MIR_CORE_EXPORT T __stdcall
#define MIR_C_CORE_DLL(T) MIR_CORE_EXPORT T __cdecl
+#pragma warning(disable:4201 4127 4706)
+
#if defined(__cplusplus)
extern "C"
{
@@ -71,8 +73,6 @@ typedef UINT32 MCONTACT;
#endif
#define DBVTF_VARIABLELENGTH 0x80
-#pragma warning(disable:4201)
-
typedef struct
{
BYTE type;