Should silence Clang warning

This commit is contained in:
twinaphex 2016-06-20 06:25:08 +02:00
parent fa08613637
commit 4622d46ad3

View File

@ -21,6 +21,10 @@
#include "../msg_hash.h"
#include "../configuration.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.