mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Add pragma disable warning for MSVC 2010
This commit is contained in:
parent
40536fde63
commit
1068e67032
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user