From 3a924231a60f188ac7941c5b2aea128af44e1ff7 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 13 Feb 2016 22:31:34 +0100 Subject: [PATCH] (OSX) Silence warnings --- intl/msg_hash_es.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/intl/msg_hash_es.c b/intl/msg_hash_es.c index 9f1a7f5282..692d3eb165 100644 --- a/intl/msg_hash_es.c +++ b/intl/msg_hash_es.c @@ -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.