From 5bf2dd09110f257acc730eab71301e1dede1c710 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Oct 2022 16:32:08 +0200 Subject: Suppress (potential) bogus GCC 12 -Wrestrict warnings --- mod/mod-ci.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/mod-ci.cxx') diff --git a/mod/mod-ci.cxx b/mod/mod-ci.cxx index ac69941..68bb9be 100644 --- a/mod/mod-ci.cxx +++ b/mod/mod-ci.cxx @@ -653,7 +653,7 @@ handle (request& rq, response& rs) }, 2 /* stderr */, options_->email (), - "CI request submission (" + request_id + ")", + "CI request submission (" + request_id + ')', {options_->ci_email ()}); // Write the CI request manifest. -- cgit v1.1