diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-26 11:26:01 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-26 15:05:52 +0200 |
commit | c4e6a0c4f657781c45e8dac58aebd3e29a40895b (patch) | |
tree | 7e6d76d7204648d76daa8f2dbd112d67a0412d51 /src/mm-charsets.c | |
parent | 87b8c9b295e22d234d2ed2e49761ba36e3aa3921 (diff) |
charsets: don't warn in unlikely case of needing to convert to HEX from UTF-8
This would really be an implementation detail, not a real use
case. Just don't warn in this case, as in the conversion in the
opposite direction.
Diffstat (limited to 'src/mm-charsets.c')
-rw-r--r-- | src/mm-charsets.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mm-charsets.c b/src/mm-charsets.c index bf0de2b2..4b08200d 100644 --- a/src/mm-charsets.c +++ b/src/mm-charsets.c @@ -877,8 +877,6 @@ mm_utf8_take_and_convert_to_charset (gchar *str, break; case MM_MODEM_CHARSET_HEX: - /* FIXME: What encoding is this? */ - g_warn_if_reached (); encoded = str; break; |