g-i: silence 'nested extern' compiler warnings when building scanner binary
authorTim-Philipp Müller <tim@centricular.com>
Sat, 23 Mar 2019 18:57:24 +0000 (18:57 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 23 Mar 2019 18:57:24 +0000 (18:57 +0000)
commitcacd51fa9336e6e606f340b48e01a66034bea0ee
tree09832726c0614a4ee56b95004b3986b421100b67
parent054dc5282de069191f0d599631803a8eda03e12a
g-i: silence 'nested extern' compiler warnings when building scanner binary

We need a nested extern in our init section for the scanner binary
so we can call gst_init to make sure GStreamer types are initialised
(they are not all lazy init via get_type functions, but some are in
exported variables). There doesn't seem to be any other mechanism to
achieve this, so just remove that warning, it's not important at all.
meson.build