From 86c2729f92c1e59d9a8bd3fcac7e6d97b336df40 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 28 Dec 2023 15:57:23 +0300 Subject: Work around GCC 13.2.1 segfault --- bpkg/manifest-utility.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx index b0b599b..afcb1f7 100644 --- a/bpkg/manifest-utility.cxx +++ b/bpkg/manifest-utility.cxx @@ -57,6 +57,8 @@ namespace bpkg if (r.size () < ds.size ()) dr << ds[r.size ()] << ' '; dr << "info: " << e << info << "produced by '" << b << "'; use --build to override" << endf; + + return vector (); // Work around GCC 13.2.1 segfault. } } -- cgit v1.1