Fix warnings on Windows

This commit is contained in:
Alexey Romanov
2014-10-11 00:17:24 +04:00
parent 233a2c1559
commit 78ac8991eb
2 changed files with 44 additions and 36 deletions

View File

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