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/sync.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/sync.cxx') 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"); } } -- cgit v1.1