subparse: fix build with GCC 4.6.3
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Fri, 15 Apr 2016 11:54:32 +0000 (12:54 +0100)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Fri, 15 Apr 2016 12:33:41 +0000 (13:33 +0100)
commitd1ecd3cfa732fe9aeeb55850d9fe8bc4801c8099
tree0c71c3ce55874d43711b75d3d17c7dbc1373b901
parent62655029c8ec76e563b88c30869801f077540102
subparse: fix build with GCC 4.6.3

gstsubparse.c: In function ‘parse_subrip’:
gstsubparse.c:988:7: error: ignoring return value of ‘strtol’, declared with attribute warn_unused_result [-Werror=unused-result]
cc1: all warnings being treated as errors

https://bugzilla.gnome.org/show_bug.cgi?id=765042
gst/subparse/gstsubparse.c