mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 00:32:46 +00:00
(OSX) Silence warnings
This commit is contained in:
parent
3140e5f980
commit
3a924231a6
@ -15,6 +15,10 @@
|
||||
|
||||
#include "../msg_hash.h"
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic ignored "-Winvalid-source-encoding"
|
||||
#endif
|
||||
|
||||
/* IMPORTANT:
|
||||
* For non-english characters to work without proper unicode support,
|
||||
* we need this file to be encoded in ISO 8859-1 (Latin1), not UTF-8.
|
||||
|
Loading…
x
Reference in New Issue
Block a user