From f4250ea48e3d770393df47148f39e577befeaac0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 3 Oct 2025 10:56:17 +0200 Subject: Fix warning code when used with an older clang. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 52b0be549..2b533d63a 100644 --- a/cscript +++ b/cscript @@ -502,7 +502,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.31', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.32', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) -- cgit v1.2.3