tests: curlhttpsrc: fix compiler warning on raspbian
authorTim-Philipp Müller <tim@centricular.com>
Sun, 3 May 2020 10:05:32 +0000 (10:05 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 3 May 2020 11:21:09 +0000 (12:21 +0100)
commitc79db432992597c1c2984d47a6f899c74ec8bdc6
tree368e2a3f30a178036d2d6149dfaef5d7464f5e6a
parent9539eecf209652111552bbbf944ddbdb0943db90
tests: curlhttpsrc: fix compiler warning on raspbian

tests/check/elements/curlhttpsrc.c:142:14: warning: format ‘%lu’
expects argument of type ‘long unsigned int’, but argument 8 has
type ‘gsize’ {aka ‘unsigned int’}

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1239>
tests/check/elements/curlhttpsrc.c