1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

encoding: Fix -Wswitch warning

This commit is contained in:
Nick Wellnhofer
2025-05-12 21:07:41 +02:00
parent 39ae5d1265
commit 19b9931184

View File

@@ -1104,6 +1104,8 @@ xmlCreateCharEncodingHandler(const char *name, xmlCharEncFlags flags,
case XML_CHAR_ENCODING_UTF16:
enc = XML_CHAR_ENCODING_UTF16LE;
break;
default:
break;
}
}