From 6317ca145528d3a90f74b193f6fc42a959660e39 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 29 Nov 2020 12:51:26 +0100 Subject: [PATCH] Bump the VST3 dependency to one that uses -isystem Every included file from the SDK would emit a ton of warnings otherwise. They should really be fixing this on the VST3 side, but that's probably not going to happen. --- subprojects/vst3.wrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/vst3.wrap b/subprojects/vst3.wrap index 408cdb48..b1a24457 100644 --- a/subprojects/vst3.wrap +++ b/subprojects/vst3.wrap @@ -2,6 +2,6 @@ url = https://github.com/robbert-vdh/vst3sdk.git # This is VST3 SDK v3.7.1_build_50 with the documentation and VSTGUI submodules # removed -revision = 26374423ae275c01a774e6a1db44912090a66796 +revision = 410f4e01d311f1608a193594a65b98db86758b95 clone-recursive = true depth = 1