bitwriter: fix compiler warning
authorTim-Philipp Müller <tim@centricular.com>
Sat, 25 Aug 2018 22:16:51 +0000 (00:16 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 26 Aug 2018 09:45:58 +0000 (11:45 +0200)
commitf7b5151b5899e3295e2db5dc9f7ab15daee9220f
tree0443cf81db880cae49d587b0b1a35595e4a27156
parent3ee4896bef060899d4b7cb018a95935f28e4c997
bitwriter: fix compiler warning

Don't return a value from a function that doesn't
return a value using the returned value from a
function that also doesn't return a value.

gstbitwriter.h(265): warning C4098: 'gst_bit_writer_align_bytes_unchecked': 'void' function returning a value
libs/gst/base/gstbitwriter.h