g-i: silence 'nested extern' compiler warnings when building scanner binary
authorTim-Philipp Müller <tim@centricular.com>
Sat, 23 Mar 2019 17:53:54 +0000 (17:53 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 23 Mar 2019 17:53:54 +0000 (17:53 +0000)
commitfda27c18faea0177212e58c2a940af324ec55ab0
tree9ba4f5807292dbd54b1db372546adf4736324806
parentcef902814d1c437b7afb0de98ad244da65164865
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