check: fix werror build with clang
authorMatthew Waters <matthew@centricular.com>
Mon, 26 Aug 2019 12:36:25 +0000 (22:36 +1000)
committerMatthew Waters <matthew@centricular.com>
Mon, 26 Aug 2019 12:42:37 +0000 (12:42 +0000)
commit5c3ae3893ab850001ed0fad55139b8a3484098fa
treeceaa84b01a7eaf76b72f3a555d32bf77f3ac2060
parent9e69c9086924fcf7352d6e0c93e96696c1c6521d
check: fix werror build with clang

Silence -Wformat-nonliteral warnings from the internal copy of libcheck

../subprojects/gstreamer/libs/gst/check/libcheck/check.c:379:29: warning: format string is not a string literal [-Wformat-nonliteral]
    vsnprintf (buf, BUFSIZ, msg, ap);
                            ^~~
../subprojects/gstreamer/libs/gst/check/libcheck/check_error.c:48:21: warning: format string is not a string literal [-Wformat-nonliteral]
  vfprintf (stderr, fmt, args);
                    ^~~
../subprojects/gstreamer/libs/gst/check/libcheck/check_str.c:92:29: warning: format string is not a string literal [-Wformat-nonliteral]
    n = vsnprintf (p, size, fmt, ap);
                            ^~~
libs/gst/check/libcheck/meson.build