real: Fix compiler warnings with latest clang
authorSebastian Dröge <sebastian@centricular.com>
Fri, 25 Nov 2016 21:51:00 +0000 (23:51 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 25 Nov 2016 21:51:23 +0000 (23:51 +0200)
commitcddfdaab78a279cf47ddf4011a4eb0d18918fc7c
treea51665fe1b23c85a52d979ff440412c15d192fae
parent9ad9e06fcb9bffaa695e5eadb48a2b78f7584338
real: Fix compiler warnings with latest clang

realhash.c:295:11: error: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Werror,-Wconstant-conversion]
  *buf1 = 128;
        ~ ^~~

https://bugzilla.gnome.org/show_bug.cgi?id=775112
gst/realmedia/realhash.c