aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.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/sync.cxx
parent05e04dfc3950624c72bad7fc14000669a9d86e3c (diff)
Suppress (potential) bogus GCC 12 -Wrestrict warnings
Diffstat (limited to 'bdep/sync.cxx')
-rw-r--r--bdep/sync.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/sync.cxx b/bdep/sync.cxx
index 3722041..8140426 100644
--- a/bdep/sync.cxx
+++ b/bdep/sync.cxx
@@ -1806,7 +1806,7 @@ namespace bdep
co,
"--no-external-modules",
o,
- "'" + src.representation () + "'@'" + out.representation () +
+ '\'' + src.representation () + "'@'" + out.representation () +
"',forward");
}
}