mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
meson: stop ignoring deprecation warnings!
https://bugzilla.gnome.org/show_bug.cgi?id=792900
This commit is contained in:
parent
8f1543838b
commit
fb9b70c44f
1 changed files with 1 additions and 3 deletions
|
@ -80,9 +80,7 @@ libm = cc.find_library('m', required : false)
|
|||
configure_file(output : 'config.h', configuration : cdata)
|
||||
|
||||
gst_libav_args = ['-DHAVE_CONFIG_H']
|
||||
if cc.get_id() != 'msvc'
|
||||
gst_libav_args += ['-Wno-deprecated-declarations']
|
||||
else
|
||||
if cc.get_id() == 'msvc'
|
||||
# Ignore several spurious warnings for things gstreamer does very commonly
|
||||
# If a warning is completely useless and spammy, use '/wdXXXX' to suppress it
|
||||
# If a warning is harmless but hard to fix, use '/woXXXX' so it's shown once
|
||||
|
|
Loading…
Reference in a new issue