pool: Fix compiler warning on mingw64
authorVictor Toso <me@victortoso.com>
Tue, 8 Nov 2016 15:58:53 +0000 (16:58 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 9 Nov 2016 07:23:05 +0000 (09:23 +0200)
commit5571ad1260871e09a47298a4601f225167381ff6
treed9e46a744d75ade758f9fb404bc7345f1439c7f4
parentfe5102f4d3c99a019d3932c9bfbb89a2ff29dcef
pool: Fix compiler warning on mingw64

gstpoll.c: In function 'release_event':
gstpoll.c:239:3: error: suggest parentheses around assignment used as
          truth value [-Werror=parentheses]

   if (status = WaitForSingleObject (set->wakeup_event, INFINITE)) {
   ^~

https://bugzilla.gnome.org/show_bug.cgi?id=774108
gst/gstpoll.c