From b88ee1c13fa99ec2ed5126b18418bace1f95ed36 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Oct 2022 16:01:43 +0200 Subject: Suppress (potential) bogus GCC 12 -Wrestrict warnings --- bbot/agent/machine.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bbot/agent') diff --git a/bbot/agent/machine.cxx b/bbot/agent/machine.cxx index 443ab28..8308989 100644 --- a/bbot/agent/machine.cxx +++ b/bbot/agent/machine.cxx @@ -415,7 +415,7 @@ namespace bbot // RAM and CPU configuration. // - "-m", to_string (ram / 1024) + "M", + "-m", to_string (ram / 1024) + 'M', "-smp", (to_string (cpus) + ",sockets=" + to_string (sockets) + ",cores=" + to_string (cores) + -- cgit v1.1