summaryrefslogtreecommitdiff
path: root/win/inspircd_win32wrapper.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-06 11:59:17 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-06 11:59:17 +0000
commit1ee5092d7528488b2e2160a57c5dcd433ac48d4d (patch)
tree7b2109aeb51c6a58807c9bd936c947170b9c6f73 /win/inspircd_win32wrapper.h
parenteb154d31f7dcda835b8cbbc0b50769d7f2474894 (diff)
fix compile errors under debug profile in windows.
fix some warnings too. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10108 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win/inspircd_win32wrapper.h')
-rw-r--r--win/inspircd_win32wrapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h
index a7a323693..a825ae8a4 100644
--- a/win/inspircd_win32wrapper.h
+++ b/win/inspircd_win32wrapper.h
@@ -175,6 +175,8 @@ CoreExport int gettimeofday(struct timeval * tv, void * tz);
#pragma warning(disable:4312) // warning C4312: 'type cast' : conversion from 'int' to 'HANDLE' of greater size
#pragma warning(disable:4355) // warning C4355: 'this' : used in base member initializer list
#pragma warning(disable:4996) // warning C4996: 'std::_Traits_helper::move_s' was declared deprecated
+#pragma warning(disable:4706) // warning C4706: assignment within conditional expression
+#pragma warning(disable:4201) // mmsystem.h generates this warning
/* Mehhhh... typedefs. */