gstinfo: Avoid gcc 6 warning that breaks the tests build
authorJan Schmidt <jan@centricular.com>
Fri, 1 Jul 2016 12:34:59 +0000 (22:34 +1000)
committerJan Schmidt <jan@centricular.com>
Fri, 1 Jul 2016 12:38:01 +0000 (22:38 +1000)
commit17f9ac565753f439bc43fe4c65623decc7330eba
tree5415812493cda2732e8cb62dfabd89d64d63b289
parent530001661ddba6a0b1a7a07c9805688d83a05622
gstinfo: Avoid gcc 6 warning that breaks the tests build

gcc 6 has problems detecting and avoiding throwing
a warning for tautological compares in macros (they
should only trigger for compares outside macros).

Avoid them with a nasty cast of one parameter to void *

https://bugzilla.gnome.org/show_bug.cgi?id=764526
gst/gstinfo.h