mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
tests: Read return value to make clang/icc happy
This commit is contained in:
parent
60499306a6
commit
2d094c57d8
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ GST_START_TEST (test_scan)
|
|||
do_scan (&reader, 0x00ffffff, 0xffffffff, 0x65, 99, -1);
|
||||
|
||||
/* flush some bytes */
|
||||
gst_byte_reader_skip (&reader, 0x20);
|
||||
fail_unless (gst_byte_reader_skip (&reader, 0x20));
|
||||
|
||||
do_scan (&reader, 0xffffffff, 0x20212223, 0, 100, 0);
|
||||
do_scan (&reader, 0xffffffff, 0x20212223, 0, 4, 0);
|
||||
|
|
Loading…
Reference in a new issue