Ignore warning in erl_interface on 64-bit Windows

This commit is contained in:
Alexey Romanov
2014-10-11 01:24:55 +04:00
parent c1a2abc3c8
commit e4e3bb40f2

View File

@@ -22,6 +22,7 @@
#if defined(_MSC_VER)
#pragma warning(disable: 4201)
#pragma warning(disable: 4127)
#pragma warning(disable: 4820)
#endif
// Path to file where data will be stored.