mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
meson: Apply msvc warning level to cpp too
We have c++ code as well.
This commit is contained in:
parent
d06b4ffe1e
commit
588250eaeb
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ if not meson.is_subproject() and cc.get_id() == 'msvc'
|
||||||
'/w14101', # 'identifier' : unreferenced local variable
|
'/w14101', # 'identifier' : unreferenced local variable
|
||||||
'/w14189', # 'identifier' : local variable is initialized but not referenced
|
'/w14189', # 'identifier' : local variable is initialized but not referenced
|
||||||
cc.get_supported_arguments(['/utf-8']), # set the input encoding to utf-8
|
cc.get_supported_arguments(['/utf-8']), # set the input encoding to utf-8
|
||||||
language: 'c')
|
language: ['c', 'cpp'])
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Ordered list of subprojects (dict has no ordering guarantees)
|
# Ordered list of subprojects (dict has no ordering guarantees)
|
||||||
|
|
Loading…
Reference in a new issue