(OSX) Silence warnings

This commit is contained in:
Twinaphex 2016-02-13 22:31:34 +01:00
parent 3140e5f980
commit 3a924231a6

View File

@ -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.