mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 13:09:18 +08:00
779ce74ef6
* gstreamer fix build on linux * v db * let ci actually build more platforms. * move qtmultimedia on baseline * gstreamer osx
15 lines
348 B
Diff
15 lines
348 B
Diff
diff --git a/meson.build b/meson.build
|
|
index bed8c4e..772809e 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -435,8 +435,8 @@ if cc.has_header('execinfo.h')
|
|
endif
|
|
endif
|
|
|
|
gst_debug = get_option('gst_debug')
|
|
-if not gst_debug
|
|
+if not gst_debug and cc.has_argument('-Wno-unused')
|
|
add_project_arguments(['-Wno-unused'], language: 'c')
|
|
endif
|
|
|