mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
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.
This commit is contained in:
parent
054dc5282d
commit
cacd51fa93
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ warning_c_flags = [
|
||||||
'-Wmissing-prototypes',
|
'-Wmissing-prototypes',
|
||||||
'-Wdeclaration-after-statement',
|
'-Wdeclaration-after-statement',
|
||||||
'-Wold-style-definition',
|
'-Wold-style-definition',
|
||||||
'-Wnested-externs',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
warning_cxx_flags = [
|
warning_cxx_flags = [
|
||||||
|
|
Loading…
Reference in a new issue