mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
kate: make gst_kate_util_is_utf8_string() inline to fix compiler warning with older libkate versions
gstkateutil.c:230:1: error: 'gst_kate_util_is_utf8_string' defined but not used
This commit is contained in:
parent
04f7876f94
commit
dc3db053b5
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ gst_kate_util_decoder_base_get_property (GstKateDecoderBase * decoder,
|
|||
return res;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
static inline gboolean
|
||||
gst_kate_util_is_utf8_string (const char *value, size_t len)
|
||||
{
|
||||
if (len == 0)
|
||||
|
|
Loading…
Reference in a new issue