aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-10-27 16:12:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-10-27 16:12:13 +0200
commita9aad52ac7134edd89869529e7df3b1e6316c10b (patch)
tree3e58eed8273284502000a45a6395b998b13116b2 /bdep/publish.cxx
parent05e04dfc3950624c72bad7fc14000669a9d86e3c (diff)
Suppress (potential) bogus GCC 12 -Wrestrict warnings
Diffstat (limited to 'bdep/publish.cxx')
-rw-r--r--bdep/publish.cxx4
1 files changed, 2 insertions, 2 deletions
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