Add pragma disable warning for MSVC 2010

This commit is contained in:
twinaphex 2017-02-21 19:34:04 +01:00
parent 40536fde63
commit 1068e67032

View File

@ -27,6 +27,7 @@
#if defined(_MSC_VER) && !defined(_XBOX)
/* https://support.microsoft.com/en-us/kb/980263 */
#pragma execution_character_set("utf-8")
#pragma warning(disable: 4566)
#endif
int menu_hash_get_help_jp_enum(enum msg_hash_enums msg, char *s, size_t len)