From a9aad52ac7134edd89869529e7df3b1e6316c10b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Oct 2022 16:12:13 +0200 Subject: Suppress (potential) bogus GCC 12 -Wrestrict warnings --- bdep/publish.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bdep/publish.cxx') diff --git a/bdep/publish.cxx b/bdep/publish.cxx index 94cc284..9a6fcfd 100644 --- a/bdep/publish.cxx +++ b/bdep/publish.cxx @@ -307,8 +307,8 @@ namespace bdep run_b ( o, "dist:", - "'" + p.dist_dir.representation () + "'", - "config.dist.root='" + dr.representation () + "'", + '\'' + p.dist_dir.representation () + '\'', + "config.dist.root='" + dr.representation () + '\'', "config.dist.archives=tar.gz", "config.dist.checksums=sha256", (uncommitted && *uncommitted -- cgit v1.1