mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
meson: don't add_global_arguments when being built as a subproject
https://bugzilla.gnome.org/show_bug.cgi?id=773568
This commit is contained in:
parent
fcb938caae
commit
03286b7b7e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ endif
|
|||
# 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
|
||||
# NOTE: Only add warnings here if you are sure they're spurious
|
||||
if cc.get_id() == 'msvc'
|
||||
if cc.get_id() == 'msvc' and not meson.is_subproject()
|
||||
add_global_arguments('/wd4018', '/wd4244', '/wd4996', language : 'c')
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue