tests: audioconvert: fix test compilation with clang
authorKoop Mast <kwm@FreeBSD.org>
Wed, 6 Jan 2016 01:04:31 +0000 (01:04 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 6 Jan 2016 01:13:32 +0000 (01:13 +0000)
commit17b16e7a8350db7d83cc94093b81c4240850140d
tree7a928a8230d5c57e617b9b673e0abcc32bb8c2ec
parente5fb7275c28256974cf71f4dd51a22df61e62f9e
tests: audioconvert: fix test compilation with clang

With clang 3.7.1 on FreeBSD:
elements/audioconvert.c:650:12: error: shifting a negative signed value is
      undefined [-Werror,-Wshift-negative-value]
      (-32 << 16) + (1 << 15), (-32 << 16) - (1 << 15),
       ~~~ ^

https://bugzilla.gnome.org/show_bug.cgi?id=760134
tests/check/elements/audioconvert.c